Searched refs:bg_itable_unused_hi (Results 1 – 2 of 2) sorted by relevance
279 (__u32)le16_to_cpu(bg->bg_itable_unused_hi) << 16 : 0); in ext4_itable_unused_count()335 bg->bg_itable_unused_hi = cpu_to_le16(count >> 16); in ext4_itable_unused_set()
334 __le16 bg_itable_unused_hi; /* Unused inodes count MSB */ member