Home
last modified time | relevance | path

Searched refs:bg_itable_unused_hi (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst138 - bg_itable_unused_hi
/linux/fs/ext4/
H A Dsuper.c381 (__u32)le16_to_cpu(bg->bg_itable_unused_hi) << 16 : 0); in ext4_itable_unused_count()
437 bg->bg_itable_unused_hi = cpu_to_le16(count >> 16); in ext4_itable_unused_set()
H A Dext4.h422 __le16 bg_itable_unused_hi; /* Unused inodes count MSB */ member