Home
last modified time | relevance | path

Searched refs:block_dup_map (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
De2fsck.c96 if (ctx->block_dup_map) { in e2fsck_reset_context()
97 ext2fs_free_block_bitmap(ctx->block_dup_map); in e2fsck_reset_context()
98 ctx->block_dup_map = 0; in e2fsck_reset_context()
Dpass1b.c329 if (!ext2fs_test_block_bitmap(ctx->block_dup_map, *block_nr)) in process_pass1b_block()
538 ext2fs_unmark_block_bitmap(ctx->block_dup_map, block); in decrement_badcount()
559 if (ext2fs_test_block_bitmap(ctx->block_dup_map, *block_nr)) { in delete_file_block()
627 ext2fs_test_block_bitmap(ctx->block_dup_map, in delete_file()
661 if (ext2fs_test_block_bitmap(ctx->block_dup_map, *block_nr)) { in clone_file_block()
De2fsck.h226 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */ member
Dpass1.c999 if (ctx->block_dup_map) { in e2fsck_pass1()
1184 if (!ctx->block_dup_map) { in mark_block_used()
1187 &ctx->block_dup_map); in mark_block_used()
1197 ext2fs_fast_mark_block_bitmap(ctx->block_dup_map, block); in mark_block_used()