Searched refs:block_ea_map (Results 1 – 3 of 3) sorted by relevance
105 if (ctx->block_ea_map) { in e2fsck_reset_context()106 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_reset_context()107 ctx->block_ea_map = 0; in e2fsck_reset_context()
1869 if (ctx->block_ea_map) { in e2fsck_pass1()1870 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_pass1()1871 ctx->block_ea_map = 0; in e2fsck_pass1()2243 if (!ctx->block_ea_map) { in check_ext_attr()2247 &ctx->block_ea_map); in check_ext_attr()2273 if (ext2fs_fast_test_block_bitmap2(ctx->block_ea_map, blk)) { in check_ext_attr()2406 ext2fs_fast_mark_block_bitmap2(ctx->block_ea_map, blk); in check_ext_attr()
258 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member