s_blocks_count_hi 1291 fs/ext4/ext4.h /*150*/	__le32	s_blocks_count_hi;	/* Blocks count */
s_blocks_count_hi 2879 fs/ext4/ext4.h 	return ((ext4_fsblk_t)le32_to_cpu(es->s_blocks_count_hi) << 32) |
s_blocks_count_hi 2899 fs/ext4/ext4.h 	es->s_blocks_count_hi = cpu_to_le32(blk >> 32);