Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/filesystems/ext4/
Dgroup_descr.rst71 - bg_free_inodes_count_lo
/linux-6.6.21/fs/ext4/
Dext4.h396 __le16 bg_free_inodes_count_lo;/* Free inodes count */ member
Dsuper.c342 return le16_to_cpu(bg->bg_free_inodes_count_lo) | in ext4_free_inodes_count()
398 bg->bg_free_inodes_count_lo = cpu_to_le16((__u16)count); in ext4_free_inodes_set()