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

/external/e2fsprogs/lib/ext2fs/
H A Dblknum.c321 (__u32) gdp->bg_free_inodes_count_hi << 16 : 0);
334 gdp->bg_free_inodes_count_hi = (__u32) n >> 16;
H A Dswapfs.c132 gdp4->bg_free_inodes_count_hi =
133 ext2fs_swab16(gdp4->bg_free_inodes_count_hi);
H A Dext2_fs.h186 __u16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member in struct:ext4_group_desc
/external/e2fsprogs/debugfs/
H A Dset_fields.c231 &set_gd4.bg_free_inodes_count_hi, 2, parse_uint },

Completed in 32 milliseconds