Searched refs:block_dup_map (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c960 ext2fs_free_block_bitmap(ctx->block_dup_map);
961 ctx->block_dup_map = 0;
2833 * - A bitmap of which blocks are in use by two inodes (block_dup_map)
3653 if (ctx->block_dup_map) {
3804 if (!ctx->block_dup_map) {
3807 &ctx->block_dup_map);
3817 ext2fs_fast_mark_block_bitmap(ctx->block_dup_map, block);
4847 if (!ext2fs_test_block_bitmap(ctx->block_dup_map, *block_nr))
5047 * in the block_dup_map if appropriate.
5054 ext2fs_unmark_block_bitmap(ctx->block_dup_map, bloc
[all...]
H A De2fsck.h524 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */ member in struct:e2fsck_struct

Completed in 69 milliseconds