Searched refs:block_ea_map (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c962 ext2fs_free_block_bitmap(ctx->block_ea_map);
963 ctx->block_ea_map = 0;
1022 * checked, its bit is set in the block_ea_map bitmap.
3615 /* We don't need the block_ea_map any more */
3616 ext2fs_free_block_bitmap(ctx->block_ea_map);
3617 ctx->block_ea_map = 0;
3903 if (!ctx->block_ea_map) {
3906 &ctx->block_ea_map);
3927 if (ext2fs_fast_test_block_bitmap(ctx->block_ea_map, blk)) {
4016 ext2fs_fast_mark_block_bitmap(ctx->block_ea_map, bl
[all...]
H A De2fsck.h525 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member in struct:e2fsck_struct

Completed in 146 milliseconds