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

  /external/e2fsprogs/e2fsck/
e2fsck.c 74 if (ctx->block_found_map) {
75 ext2fs_free_block_bitmap(ctx->block_found_map);
76 ctx->block_found_map = 0;
pass1.c 26 * - A bitmap of which blocks are in use. (block_found_map)
649 ext2fs_fast_test_block_bitmap2(ctx->block_found_map,
784 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk);
787 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk);
803 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk);
806 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk);
    [all...]
pass5.c 76 ext2fs_free_block_bitmap(ctx->block_found_map);
77 ctx->block_found_map = 0;
339 ext2fs_get_block_bitmap_start2(ctx->block_found_map)) ||
341 ext2fs_get_block_bitmap_end2(ctx->block_found_map))) {
345 pctx.ino = ext2fs_get_block_bitmap_start2(ctx->block_found_map);
346 pctx.ino2 = ext2fs_get_block_bitmap_end2(ctx->block_found_map);
380 actual = ext2fs_fast_test_block_bitmap2(ctx->block_found_map, i);
397 retval = ext2fs_get_block_bitmap_range2(ctx->block_found_map,
513 retval = ext2fs_copy_bitmap(ctx->block_found_map,
pass3.c 139 ext2fs_unmark_block_bitmap2(ctx->block_found_map,
144 ext2fs_unmark_block_bitmap2(ctx->block_found_map,
196 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk);
203 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk);
478 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk);
490 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk);
817 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map,
845 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_blk);
pass1b.c 815 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map,
852 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_block);
e2fsck.h 256 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member in struct:e2fsck_struct
pass2.c     [all...]

Completed in 90 milliseconds