Home
last modified time | relevance | path

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

/external/qemu/distrib/ext4_utils/src/
Dext4_utils.h87 struct ext2_group_desc { struct
103 struct ext2_group_desc *bg_desc; argument
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h149 struct ext2_group_desc struct
151 __u32 bg_block_bitmap; /* Blocks bitmap block */
152 __u32 bg_inode_bitmap; /* Inodes bitmap block */
153 __u32 bg_inode_table; /* Inodes table block */
154 __u16 bg_free_blocks_count; /* Free blocks count */
155 __u16 bg_free_inodes_count; /* Free inodes count */
156 __u16 bg_used_dirs_count; /* Directories count */
157 __u16 bg_flags;
158 __u32 bg_exclude_bitmap_lo; /* Exclude bitmap for snapshots */
159 __u16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
[all …]