Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dsuper.c263 (__u32)le16_to_cpu(bg->bg_free_inodes_count_hi) << 16 : 0); in ext4_free_inodes_count()
319 bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16); in ext4_free_inodes_set()
Dext4.h332 __le16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member