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 255 { "block_bitmap", &set_gd4.bg_block_bitmap, 256 &set_gd4.bg_block_bitmap_hi, 4, parse_uint }, 257 { "inode_bitmap", &set_gd4.bg_inode_bitmap, 258 &set_gd4.bg_inode_bitmap_hi, 4, parse_uint }, 259 { "inode_table", &set_gd4.bg_inode_table, 260 &set_gd4.bg_inode_table_hi, 4, parse_uint }, 261 { "free_blocks_count", &set_gd4.bg_free_blocks_count, 262 &set_gd4.bg_free_blocks_count_hi, 2, parse_uint }, 263 { "free_inodes_count", &set_gd4.bg_free_inodes_count, [all …]
|