Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dblknum.c346 (__u32) gdp->bg_free_inodes_count_hi << 16 : 0); in ext2fs_bg_free_inodes_count()
359 gdp->bg_free_inodes_count_hi = (__u32) n >> 16; in ext2fs_bg_free_inodes_count_set()
Dswapfs.c169 gdp4->bg_free_inodes_count_hi = in ext2fs_swap_group_desc2()
170 ext2fs_swab16(gdp4->bg_free_inodes_count_hi); in ext2fs_swap_group_desc2()
Dext2_fs.h195 __u16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member
/external/e2fsprogs/debugfs/
Dset_fields.c269 &set_gd4.bg_free_inodes_count_hi, 2, parse_uint },