Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext2/
Dballoc.c88 bitmap_blk = le32_to_cpu(desc->bg_block_bitmap); in ext2_valid_block_bitmap()
135 bitmap_blk = le32_to_cpu(desc->bg_block_bitmap); in read_block_bitmap()
141 block_group, le32_to_cpu(desc->bg_block_bitmap)); in read_block_bitmap()
152 block_group, le32_to_cpu(desc->bg_block_bitmap)); in read_block_bitmap()
527 if (in_range (le32_to_cpu(desc->bg_block_bitmap), block, count) || in ext2_free_blocks()
1395 if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) || in ext2_new_blocks()
Dsuper.c723 if (le32_to_cpu(gdp->bg_block_bitmap) < first_block || in ext2_check_descriptors()
724 le32_to_cpu(gdp->bg_block_bitmap) > last_block) in ext2_check_descriptors()
729 i, (unsigned long) le32_to_cpu(gdp->bg_block_bitmap)); in ext2_check_descriptors()
Dext2.h201 __le32 bg_block_bitmap; /* Blocks bitmap block */ member