HomeSort by relevance Sort by last modified time
    Searched full:set_sb (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/debugfs/
set_fields.c 42 static struct ext2_super_block set_sb; variable in typeref:struct:ext2_super_block
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 }
    [all...]

Completed in 244 milliseconds