Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:bmap

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