Searched refs:bg_block_bitmap (Results 1 – 6 of 6) sorted by relevance
91 bh = sb_bread(sb, le32_to_cpu(gdp->bg_block_bitmap)); in read_block_bitmap()96 block_group, (unsigned long) gdp->bg_block_bitmap); in read_block_bitmap()307 if (block == le32_to_cpu(gdp->bg_block_bitmap) || in ext2_free_blocks()518 if (tmp == le32_to_cpu(gdp->bg_block_bitmap) || in ext2_new_block()755 if (!block_in_use (le32_to_cpu(gdp->bg_block_bitmap), sb, bh->b_data)) in ext2_check_blocks_bitmap()
347 if (le32_to_cpu(gdp->bg_block_bitmap) < block || in ext2_check_descriptors()348 le32_to_cpu(gdp->bg_block_bitmap) >= block + EXT2_BLOCKS_PER_GROUP(sb)) in ext2_check_descriptors()353 i, (unsigned long) le32_to_cpu(gdp->bg_block_bitmap)); in ext2_check_descriptors()
94 bh = sb_bread(sb, le32_to_cpu(gdp->bg_block_bitmap)); in read_block_bitmap()99 block_group, (unsigned long) gdp->bg_block_bitmap); in read_block_bitmap()339 if (block == le32_to_cpu(gdp->bg_block_bitmap) || in ext3_free_blocks()683 if (tmp == le32_to_cpu(gdp->bg_block_bitmap) || in ext3_new_block()975 if (!block_in_use (le32_to_cpu(gdp->bg_block_bitmap), in ext3_check_blocks_bitmap()
758 if (le32_to_cpu(gdp->bg_block_bitmap) < block || in ext3_check_descriptors()759 le32_to_cpu(gdp->bg_block_bitmap) >= in ext3_check_descriptors()766 le32_to_cpu(gdp->bg_block_bitmap)); in ext3_check_descriptors()
150 __u32 bg_block_bitmap; /* Blocks bitmap block */ member
153 __u32 bg_block_bitmap; /* Blocks bitmap block */ member