/external/e2fsprogs/e2fsck/ |
e2fsck.c | 70 if (ctx->block_found_map) { 71 ext2fs_free_block_bitmap(ctx->block_found_map); 72 ctx->block_found_map = 0;
|
pass5.c | 61 ext2fs_free_block_bitmap(ctx->block_found_map); 62 ctx->block_found_map = 0; 124 ext2fs_get_block_bitmap_start(ctx->block_found_map)) || 126 ext2fs_get_block_bitmap_end(ctx->block_found_map))) { 130 pctx.ino = ext2fs_get_block_bitmap_start(ctx->block_found_map); 131 pctx.ino2 = ext2fs_get_block_bitmap_end(ctx->block_found_map); 165 actual = ext2fs_fast_test_block_bitmap(ctx->block_found_map, i); 278 retval = ext2fs_copy_bitmap(ctx->block_found_map,
|
pass1.c | 26 * - A bitmap of which blocks are in use. (block_found_map) 458 ext2fs_fast_test_block_bitmap(ctx->block_found_map, 622 &ctx->block_found_map); 805 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, [all...] |
pass3.c | 176 pctx.errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); 183 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); 412 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); 418 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); 711 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map, 740 ext2fs_mark_block_bitmap(ctx->block_found_map, new_blk);
|
pass2.c | 1164 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr); 1205 ext2fs_unmark_block_bitmap(ctx->block_found_map [all...] |
pass1b.c | 584 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr); 676 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, 708 ext2fs_mark_block_bitmap(ctx->block_found_map,
|
e2fsck.h | 232 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member in struct:e2fsck_struct
|
rehash.c | 650 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk);
|