22#define MAXUSERNAMELEN 32
30#define O2FS_VERSION_MAJOR 1
31#define O2FS_VERSION_MINOR 0
63#define SUPERBLOCK_MAGIC "SUPRBLOK"
77#define O2FS_DIRECT_PTR (64)
93#define BNODE_MAGIC "BLOKNODE"
112#define BDIR_MAGIC "DIRENTRY"
uint8_t name[MAXNAMELEN+1]
uint8_t user[MAXUSERNAMELEN]
uint8_t group[MAXUSERNAMELEN]
BPtr direct[O2FS_DIRECT_PTR]