Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst71 - bg_free_inodes_count_lo
/linux/fs/ext4/
H A Dext4.h401 __le16 bg_free_inodes_count_lo;/* Free inodes count */ member
H A Dsuper.c356 return le16_to_cpu(READ_ONCE(bg->bg_free_inodes_count_lo)) | in ext4_free_inodes_count()
412 WRITE_ONCE(bg->bg_free_inodes_count_lo, cpu_to_le16((__u16)count)); in ext4_free_inodes_set()