Searched refs:set_gd4 (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 45 static struct ext4_group_desc set_gd4; variable 222 { "block_bitmap", &set_gd4.bg_block_bitmap, 223 &set_gd4.bg_block_bitmap_hi, 4, parse_uint }, 224 { "inode_bitmap", &set_gd4.bg_inode_bitmap, 225 &set_gd4.bg_inode_bitmap_hi, 4, parse_uint }, 226 { "inode_table", &set_gd4.bg_inode_table, 227 &set_gd4.bg_inode_table_hi, 4, parse_uint }, 228 { "free_blocks_count", &set_gd4.bg_free_blocks_count, 229 &set_gd4.bg_free_blocks_count_hi, 2, parse_uint }, 230 { "free_inodes_count", &set_gd4.bg_free_inodes_count, [all …]
|