Searched defs:struct_file_system_info (Results 1 – 1 of 1) sorted by relevance
121 struct struct_file_system_info { /* Important information about the filesystem */ struct122 unsigned long long file_system_size;123 unsigned long super_block_offset;124 unsigned long first_group_desc_offset;125 unsigned long groups_count;126 unsigned long inodes_per_block;127 unsigned long blocks_per_group; /* The name is misleading; beware */128 unsigned long no_blocks_in_group;129 unsigned short block_size;130 struct ext2_super_block super_block;