sofs19
0.1
FUSE based file system
|
Display the contents of a block. More...
Go to the source code of this file.
Functions | |
void | printBlockAsHex (void *buf, uint32_t off=0x0) |
Display block as hexadecimal data. More... | |
void | printBlockAsAscii (void *buf, uint32_t off=0x0) |
Display block as ASCII data. More... | |
void | printSuperBlock (void *buf) |
Display block as superblock data. More... | |
void | printBlockOfInodes (void *buf, uint32_t off=0x0, bool showtimes=true) |
Display the block contents as inode data. More... | |
void | printBlockOfDirents (void *buf, uint32_t off=0x0) |
Display the block contents as direntry data. More... | |
void | printBlockOfRefs (void *buf, uint32_t off=0x0) |
Display the block contents as reference data. More... | |
Display the contents of a block.
\li hexadecimal data \li ascii data \li superblock data \li inode data \li cluster references \li directory entry.
void sofs19::printBlockAsHex | ( | void * | buf, |
uint32_t | off = 0x0 |
||
) |
Display block as hexadecimal data.
buf | pointer to a buffer with block contents |
off | offset for the labels |
void sofs19::printBlockAsAscii | ( | void * | buf, |
uint32_t | off = 0x0 |
||
) |
Display block as ASCII data.
buf | pointer to a buffer with block contents |
off | offset for the labels |
void sofs19::printSuperBlock | ( | void * | buf | ) |
Display block as superblock data.
buf | pointer to a buffer with block contents |
void sofs19::printBlockOfInodes | ( | void * | buf, |
uint32_t | off = 0x0 , |
||
bool | showtimes = true |
||
) |
Display the block contents as inode data.
buf | pointer to a buffer with block contents |
off | offset for the labels (0 by default) |
showtimes | flag to show/not show times (default true) |
void sofs19::printBlockOfDirents | ( | void * | buf, |
uint32_t | off = 0x0 |
||
) |
Display the block contents as direntry data.
buf | pointer to a buffer with block contents |
off | offset for the labels |
void sofs19::printBlockOfRefs | ( | void * | buf, |
uint32_t | off = 0x0 |
||
) |
Display the block contents as reference data.
buf | pointer to a buffer with block contents |
off | offset for the labels |