Home
last modified time | relevance | path

Searched refs:bg_block_bitmap (Results 1 – 7 of 7) sorted by relevance

/fs/ext2/
Dballoc.c86 bitmap_blk = le32_to_cpu(desc->bg_block_bitmap); in ext2_valid_block_bitmap()
133 bitmap_blk = le32_to_cpu(desc->bg_block_bitmap); in read_block_bitmap()
139 block_group, le32_to_cpu(desc->bg_block_bitmap)); in read_block_bitmap()
150 block_group, le32_to_cpu(desc->bg_block_bitmap)); in read_block_bitmap()
525 if (in_range (le32_to_cpu(desc->bg_block_bitmap), block, count) || in ext2_free_blocks()
1372 if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) || in ext2_new_blocks()
Dsuper.c663 if (le32_to_cpu(gdp->bg_block_bitmap) < first_block || in ext2_check_descriptors()
664 le32_to_cpu(gdp->bg_block_bitmap) > last_block) in ext2_check_descriptors()
669 i, (unsigned long) le32_to_cpu(gdp->bg_block_bitmap)); in ext2_check_descriptors()
Dext2.h196 __le32 bg_block_bitmap; /* Blocks bitmap block */ member
/fs/ext3/
Dballoc.c106 bitmap_blk = le32_to_cpu(desc->bg_block_bitmap); in ext3_valid_block_bitmap()
158 bitmap_blk = le32_to_cpu(desc->bg_block_bitmap); in read_block_bitmap()
164 block_group, le32_to_cpu(desc->bg_block_bitmap)); in read_block_bitmap()
175 block_group, le32_to_cpu(desc->bg_block_bitmap)); in read_block_bitmap()
542 if (in_range (le32_to_cpu(desc->bg_block_bitmap), block, count) || in ext3_free_blocks_sb()
1659 if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) || in ext3_new_blocks()
Dsuper.c1403 if (le32_to_cpu(gdp->bg_block_bitmap) < first_block || in ext3_check_descriptors()
1404 le32_to_cpu(gdp->bg_block_bitmap) > last_block) in ext3_check_descriptors()
1410 le32_to_cpu(gdp->bg_block_bitmap)); in ext3_check_descriptors()
Dext3.h104 __le32 bg_block_bitmap; /* Blocks bitmap block */ member
Dresize.c905 gdp->bg_block_bitmap = cpu_to_le32(input->block_bitmap); in ext3_group_add()