Home
last modified time | relevance | path

Searched refs:bg_free_inodes_count_hi (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h341 __le16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member
H A Dsuper.c327 (__u32)le16_to_cpu(bg->bg_free_inodes_count_hi) << 16 : 0); in ext4_free_inodes_count()
383 bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16); in ext4_free_inodes_set()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4.h408 __le16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member
H A Dsuper.c344 (__u32)le16_to_cpu(bg->bg_free_inodes_count_hi) << 16 : 0); in ext4_free_inodes_count()
400 bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16); in ext4_free_inodes_set()

Completed in 31 milliseconds