HomeSort by relevance Sort by last modified time
    Searched refs:block_found_map (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/e2fsck/
e2fsck.c 73 if (ctx->block_found_map) {
74 ext2fs_free_block_bitmap(ctx->block_found_map);
75 ctx->block_found_map = 0;
pass1.c 26 * - A bitmap of which blocks are in use. (block_found_map)
457 ext2fs_fast_test_block_bitmap2(ctx->block_found_map,
628 "block_found_map", &ctx->block_found_map);
684 &ctx->block_found_map);
720 ext2fs_mark_block_bitmap2(ctx->block_found_map,
842 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map,
    [all...]
pass5.c 70 ext2fs_free_block_bitmap(ctx->block_found_map);
71 ctx->block_found_map = 0;
227 ext2fs_get_block_bitmap_start2(ctx->block_found_map)) ||
229 ext2fs_get_block_bitmap_end2(ctx->block_found_map))) {
233 pctx.ino = ext2fs_get_block_bitmap_start2(ctx->block_found_map);
234 pctx.ino2 = ext2fs_get_block_bitmap_end2(ctx->block_found_map);
273 actual = ext2fs_fast_test_block_bitmap2(ctx->block_found_map, i);
290 retval = ext2fs_get_block_bitmap_range2(ctx->block_found_map,
360 ctx->block_found_map,
481 retval = ext2fs_copy_bitmap(ctx->block_found_map,
    [all...]
pass3.c 178 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk);
185 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk);
414 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk);
420 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk);
721 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map,
755 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_blk);
764 * Ensure that all blocks are marked in the block_found_map, since it's
767 * captured in block_found_map. This is bad since we could later use
768 * block_found_map to allocate more blocks.
780 ext2fs_mark_block_bitmap2(ctx->block_found_map, *blocknr)
    [all...]
pass2.c 1173 ext2fs_unmark_block_bitmap2(p->ctx->block_found_map, *block_nr);
    [all...]
pass1b.c 612 ext2fs_unmark_block_bitmap2(ctx->block_found_map, *block_nr);
740 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map,
774 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_block);
e2fsck.h 251 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member in struct:e2fsck_struct
rehash.c 656 ext2fs_unmark_block_bitmap2(wd->ctx->block_found_map,

Completed in 91 milliseconds