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