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

/linux-master/fs/ext4/
H A Dsuper.c351 (__u32)le16_to_cpu(bg->bg_free_inodes_count_hi) << 16 : 0);
407 bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16);
H A Dext4.h410 __le16 bg_free_inodes_count_hi;/* Free inodes count MSB */ member in struct:ext4_group_desc

Completed in 161 milliseconds