HomeSort by relevance Sort by last modified time
    Searched refs:bg_free_blocks_count_hi (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
blknum.c 293 (__u32) gdp->bg_free_blocks_count_hi << 16 : 0);
307 gdp->bg_free_blocks_count_hi = (__u32) n >> 16;
swapfs.c 130 gdp4->bg_free_blocks_count_hi =
131 ext2fs_swab16(gdp4->bg_free_blocks_count_hi);
ext2_fs.h 185 __u16 bg_free_blocks_count_hi;/* Free blocks count MSB */ member in struct:ext4_group_desc
  /system/extras/ext4_utils/
ext4.h 118 __le16 bg_free_blocks_count_hi; member in struct:ext4_group_desc
  /external/e2fsprogs/debugfs/
set_fields.c 229 &set_gd4.bg_free_blocks_count_hi, 2, parse_uint },

Completed in 121 milliseconds