Searched refs:block_ea_map (Results 1 – 3 of 3) sorted by relevance
106 if (ctx->block_ea_map) { in e2fsck_reset_context()107 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_reset_context()108 ctx->block_ea_map = 0; in e2fsck_reset_context()
1189 if (ctx->block_ea_map) { in e2fsck_pass1()1190 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_pass1()1191 ctx->block_ea_map = 0; in e2fsck_pass1()1549 if (!ctx->block_ea_map) { in check_ext_attr()1553 &ctx->block_ea_map); in check_ext_attr()1579 if (ext2fs_fast_test_block_bitmap2(ctx->block_ea_map, blk)) { in check_ext_attr()1688 ext2fs_fast_mark_block_bitmap2(ctx->block_ea_map, blk); in check_ext_attr()
253 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member