Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dsuper.c205 return le16_to_cpu(bg->bg_free_inodes_count_lo) | in ext4_free_inodes_count()
261 bg->bg_free_inodes_count_lo = cpu_to_le16((__u16)count); in ext4_free_inodes_set()
Dext4.h279 __le16 bg_free_inodes_count_lo;/* Free inodes count */ member