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 67 if (ctx->block_found_map) {
68 ext2fs_free_block_bitmap(ctx->block_found_map);
69 ctx->block_found_map = 0;
pass5.c 64 ext2fs_free_block_bitmap(ctx->block_found_map);
65 ctx->block_found_map = 0;
132 ext2fs_get_block_bitmap_start(ctx->block_found_map)) ||
134 ext2fs_get_block_bitmap_end(ctx->block_found_map))) {
138 pctx.ino = ext2fs_get_block_bitmap_start(ctx->block_found_map);
139 pctx.ino2 = ext2fs_get_block_bitmap_end(ctx->block_found_map);
175 actual = ext2fs_fast_test_block_bitmap(ctx->block_found_map, i);
261 retval = ext2fs_copy_bitmap(ctx->block_found_map,
pass3.c 189 pctx.errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk);
196 ext2fs_mark_block_bitmap(ctx->block_found_map, blk);
425 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk);
431 ext2fs_mark_block_bitmap(ctx->block_found_map, blk);
724 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map,
753 ext2fs_mark_block_bitmap(ctx->block_found_map, new_blk);
pass1.c 26 * - A bitmap of which blocks are in use. (block_found_map)
396 ext2fs_fast_test_block_bitmap(ctx->block_found_map, blk))
546 &ctx->block_found_map);
659 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map,
969 fs->block_map = ctx->block_found_map;
    [all...]
pass2.c 1097 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr);
1145 ext2fs_unmark_block_bitmap(ctx->block_found_map,
    [all...]
pass1b.c 569 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr);
665 retval = ext2fs_new_block(fs, 0, ctx->block_found_map,
697 ext2fs_mark_block_bitmap(ctx->block_found_map,
e2fsck.h 225 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member in struct:e2fsck_struct
rehash.c 625 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk);

Completed in 62 milliseconds