Searched defs:ext2_group_desc (Results 1 – 1 of 1) sorted by relevance
170 struct ext2_group_desc struct172 __u32 bg_block_bitmap; /* Blocks bitmap block */173 __u32 bg_inode_bitmap; /* Inodes bitmap block */174 __u32 bg_inode_table; /* Inodes table block */175 __u16 bg_free_blocks_count; /* Free blocks count */176 __u16 bg_free_inodes_count; /* Free inodes count */177 __u16 bg_used_dirs_count; /* Directories count */178 __u16 bg_flags;179 __u32 bg_exclude_bitmap_lo; /* Exclude bitmap for snapshots */180 __u16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */[all …]