Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dblknum.c319 (__u32) gdp->bg_free_blocks_count_hi << 16 : 0); in ext2fs_bg_free_blocks_count()
333 gdp->bg_free_blocks_count_hi = (__u32) n >> 16; in ext2fs_bg_free_blocks_count_set()
Dswapfs.c164 gdp4->bg_free_blocks_count_hi = in ext2fs_swap_group_desc2()
165 ext2fs_swab16(gdp4->bg_free_blocks_count_hi); in ext2fs_swap_group_desc2()
Dext2_fs.h194 __u16 bg_free_blocks_count_hi;/* Free blocks count MSB */ member
/external/e2fsprogs/debugfs/
Dset_fields.c262 &set_gd4.bg_free_blocks_count_hi, 2, parse_uint },