Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst95 - bg_itable_unused_lo
/linux/fs/ext4/
H A Dext4.h407 __le16 bg_itable_unused_lo; /* Unused inodes count */ member
H A Dsuper.c365 return le16_to_cpu(bg->bg_itable_unused_lo) | in ext4_itable_unused_count()
421 bg->bg_itable_unused_lo = cpu_to_le16((__u16)count); in ext4_itable_unused_set()