Home
last modified time | relevance | path

Searched refs:set_sb (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/debugfs/
Dset_fields.c42 static struct ext2_super_block set_sb; variable
75 { "inodes_count", &set_sb.s_inodes_count, NULL, 4, parse_uint },
76 { "blocks_count", &set_sb.s_blocks_count, &set_sb.s_blocks_count_hi,
78 { "r_blocks_count", &set_sb.s_r_blocks_count,
79 &set_sb.s_r_blocks_count_hi, 4, parse_uint },
80 { "free_blocks_count", &set_sb.s_free_blocks_count,
81 &set_sb.s_free_blocks_hi, 4, parse_uint },
82 { "free_inodes_count", &set_sb.s_free_inodes_count, NULL, 4, parse_uint },
83 { "first_data_block", &set_sb.s_first_data_block, NULL, 4, parse_uint },
84 { "log_block_size", &set_sb.s_log_block_size, NULL, 4, parse_uint },
[all …]