Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/filesystems/ext4/
Dgroup_descr.rst131 - bg_free_inodes_count_hi
/linux-6.1.9/fs/ext4/
Dext4.h355 __le16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member
Dsuper.c343 (__u32)le16_to_cpu(bg->bg_free_inodes_count_hi) << 16 : 0); in ext4_free_inodes_count()
399 bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16); in ext4_free_inodes_set()