sofs19
0.1
FUSE based file system
|
Go to the documentation of this file.
17 #ifndef __SOFS19_BLOCKVIEWS__
18 #define __SOFS19_BLOCKVIEWS__
void printSuperBlock(void *buf)
Display block as superblock data.
void printBlockAsHex(void *buf, uint32_t off=0x0)
Display block as hexadecimal data.
void printBlockOfDirents(void *buf, uint32_t off=0x0)
Display the block contents as direntry data.
void printBlockOfInodes(void *buf, uint32_t off=0x0, bool showtimes=true)
Display the block contents as inode data.
void printBlockOfRefs(void *buf, uint32_t off=0x0)
Display the block contents as reference data.
Some global constants and aggregation of core header files.
void printBlockAsAscii(void *buf, uint32_t off=0x0)
Display block as ASCII data.