bg_free_inodes_count_hi  326 fs/ext4/ext4.h 	__le16	bg_free_inodes_count_hi;/* Free inodes count MSB */
bg_free_inodes_count_hi  264 fs/ext4/super.c 		 (__u32)le16_to_cpu(bg->bg_free_inodes_count_hi) << 16 : 0);
bg_free_inodes_count_hi  320 fs/ext4/super.c 		bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16);