Searched refs:bg_free_inodes_count_hi (Results 1 – 3 of 3) sorted by relevance
131 - bg_free_inodes_count_hi
413 __le16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member
358 (__u32)le16_to_cpu(READ_ONCE(bg->bg_free_inodes_count_hi)) << 16 : 0); in ext4_free_inodes_count()414 WRITE_ONCE(bg->bg_free_inodes_count_hi, cpu_to_le16(count >> 16)); in ext4_free_inodes_set()