Lines Matching refs:bmap
38 ext2fs_block_bitmap bmap, int rem_grp, in flexbg_offset() argument
56 if (start_blk && ext2fs_test_block_bitmap_range2(bmap, start_blk, in flexbg_offset()
68 bmap, &first_free) == 0) in flexbg_offset()
72 bmap, &first_free) == 0) in flexbg_offset()
75 if (ext2fs_get_free_blocks2(fs, 0, last_blk, elem_size, bmap, in flexbg_offset()
83 ext2fs_block_bitmap bmap) in ext2fs_allocate_group_table() argument
94 if (!bmap) in ext2fs_allocate_group_table()
95 bmap = fs->block_map; in ext2fs_allocate_group_table()
112 1, bmap, &start_blk); in ext2fs_allocate_group_table()
128 start_blk = flexbg_offset(fs, group, prev_block, bmap, in ext2fs_allocate_group_table()
135 1, bmap, &new_blk); in ext2fs_allocate_group_table()
138 last_blk, 1, bmap, &new_blk); in ext2fs_allocate_group_table()
141 ext2fs_mark_block_bitmap2(bmap, new_blk); in ext2fs_allocate_group_table()
159 start_blk = flexbg_offset(fs, group, prev_block, bmap, in ext2fs_allocate_group_table()
166 1, bmap, &new_blk); in ext2fs_allocate_group_table()
169 last_blk, 1, bmap, &new_blk); in ext2fs_allocate_group_table()
172 ext2fs_mark_block_bitmap2(bmap, new_blk); in ext2fs_allocate_group_table()
196 group_blk = flexbg_offset(fs, group, prev_block, bmap, in ext2fs_allocate_group_table()
204 bmap, &new_blk); in ext2fs_allocate_group_table()
210 ext2fs_mark_block_bitmap2(bmap, blk); in ext2fs_allocate_group_table()