bg_block_bitmap    88 fs/ext2/balloc.c 	bitmap_blk = le32_to_cpu(desc->bg_block_bitmap);
bg_block_bitmap   135 fs/ext2/balloc.c 	bitmap_blk = le32_to_cpu(desc->bg_block_bitmap);
bg_block_bitmap   141 fs/ext2/balloc.c 			    block_group, le32_to_cpu(desc->bg_block_bitmap));
bg_block_bitmap   152 fs/ext2/balloc.c 			    block_group, le32_to_cpu(desc->bg_block_bitmap));
bg_block_bitmap   525 fs/ext2/balloc.c 	if (in_range (le32_to_cpu(desc->bg_block_bitmap), block, count) ||
bg_block_bitmap  1392 fs/ext2/balloc.c 	if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) ||
bg_block_bitmap   201 fs/ext2/ext2.h 	__le32	bg_block_bitmap;		/* Blocks bitmap block */
bg_block_bitmap   713 fs/ext2/super.c 		if (le32_to_cpu(gdp->bg_block_bitmap) < first_block ||
bg_block_bitmap   714 fs/ext2/super.c 		    le32_to_cpu(gdp->bg_block_bitmap) > last_block)
bg_block_bitmap   719 fs/ext2/super.c 				    i, (unsigned long) le32_to_cpu(gdp->bg_block_bitmap));