Home
last modified time | relevance | path

Searched defs:ext2_super_block (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h22 struct ext2_super_block { struct
23 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 …]