Searched refs:set_gd4 (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 48 static struct ext4_group_desc set_gd4; variable 260 { "block_bitmap", &set_gd4.bg_block_bitmap, 261 &set_gd4.bg_block_bitmap_hi, 4, parse_uint }, 262 { "inode_bitmap", &set_gd4.bg_inode_bitmap, 263 &set_gd4.bg_inode_bitmap_hi, 4, parse_uint }, 264 { "inode_table", &set_gd4.bg_inode_table, 265 &set_gd4.bg_inode_table_hi, 4, parse_uint }, 266 { "free_blocks_count", &set_gd4.bg_free_blocks_count, 267 &set_gd4.bg_free_blocks_count_hi, 2, parse_uint }, 268 { "free_inodes_count", &set_gd4.bg_free_inodes_count, [all …]
|