Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h158 struct ext2_group_desc struct
160 __u32 bg_block_bitmap; /* Blocks bitmap block */
161 __u32 bg_inode_bitmap; /* Inodes bitmap block */
162 __u32 bg_inode_table; /* Inodes table block */
163 __u16 bg_free_blocks_count; /* Free blocks count */
164 __u16 bg_free_inodes_count; /* Free inodes count */
165 __u16 bg_used_dirs_count; /* Directories count */
166 __u16 bg_flags;
167 __u32 bg_exclude_bitmap_lo; /* Exclude bitmap for snapshots */
168 __u16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
[all …]