Searched defs:ext2_super_block (Results 1 – 1 of 1) sorted by relevance
22 struct ext2_super_block { struct23 uint32 num_inodes;24 uint32 num_blocks;25 uint32 reserved_blocks;26 uint32 free_blocks;27 uint32 free_inodes;28 uint32 first_data_block;29 uint32 block_shift;30 uint32 fragment_shift;31 uint32 blocks_per_group;[all …]