bg_block_bitmap_hi  322 fs/ext4/ext4.h 	__le32	bg_block_bitmap_hi;	/* Blocks bitmap block MSB */
bg_block_bitmap_hi  232 fs/ext4/super.c 		 (ext4_fsblk_t)le32_to_cpu(bg->bg_block_bitmap_hi) << 32 : 0);
bg_block_bitmap_hi  288 fs/ext4/super.c 		bg->bg_block_bitmap_hi = cpu_to_le32(blk >> 32);