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

  /external/u-boot/include/
ext_common.h 150 __le16 bg_itable_unused_high; member in struct:ext2_block_group
  /external/u-boot/fs/ext4/
ext4_common.c 101 free_inodes += le16_to_cpu(bg->bg_itable_unused_high) << 16;
106 bg->bg_itable_unused_high = cpu_to_le16(free_inodes >> 16);
    [all...]

Completed in 93 milliseconds