Home
last modified time | relevance | path

Searched refs:block_found_map (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass5.c61 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_pass5()
62 ctx->block_found_map = 0; in e2fsck_pass5()
124 ext2fs_get_block_bitmap_start(ctx->block_found_map)) || in check_block_bitmaps()
126 ext2fs_get_block_bitmap_end(ctx->block_found_map))) { in check_block_bitmaps()
130 pctx.ino = ext2fs_get_block_bitmap_start(ctx->block_found_map); in check_block_bitmaps()
131 pctx.ino2 = ext2fs_get_block_bitmap_end(ctx->block_found_map); in check_block_bitmaps()
165 actual = ext2fs_fast_test_block_bitmap(ctx->block_found_map, i); in check_block_bitmaps()
278 retval = ext2fs_copy_bitmap(ctx->block_found_map, in check_block_bitmaps()
De2fsck.c70 if (ctx->block_found_map) { in e2fsck_reset_context()
71 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_reset_context()
72 ctx->block_found_map = 0; in e2fsck_reset_context()
Dpass1.c458 ext2fs_fast_test_block_bitmap(ctx->block_found_map, in check_is_really_dir()
622 &ctx->block_found_map); in e2fsck_pass1()
805 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1()
1125 fs->block_map = ctx->block_found_map; in e2fsck_pass1()
1336 if (ext2fs_fast_test_block_bitmap(ctx->block_found_map, block)) { in mark_block_used()
1352 ext2fs_fast_mark_block_bitmap(ctx->block_found_map, block); in mark_block_used()
2297 } else if (ext2fs_test_block_bitmap(ctx->block_found_map, in process_bad_block()
2321 if (!ext2fs_test_block_bitmap(ctx->block_found_map, blk)) { in process_bad_block()
2322 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in process_bad_block()
2451 num, ctx->block_found_map, in new_table_block()
[all …]
Dpass3.c176 pctx.errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); in check_root()
183 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in check_root()
412 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); in e2fsck_get_lost_and_found()
418 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in e2fsck_get_lost_and_found()
711 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map, in expand_dir_proc()
740 ext2fs_mark_block_bitmap(ctx->block_found_map, new_blk); in expand_dir_proc()
Dpass1b.c584 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr); in delete_file_block()
676 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, in clone_file_block()
708 ext2fs_mark_block_bitmap(ctx->block_found_map, in clone_file_block()
Dpass2.c1164 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr); in deallocate_inode_block()
1205 ext2fs_unmark_block_bitmap(ctx->block_found_map, in deallocate_inode()
1414 pctx->errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); in allocate_dir_block()
1420 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in allocate_dir_block()
De2fsck.h232 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member
Drehash.c650 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk); in write_dir_block()