Searched refs:block_ea_map (Results 1 – 3 of 3) sorted by relevance
121 if (ctx->block_ea_map) { in e2fsck_reset_context()122 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_reset_context()123 ctx->block_ea_map = 0; in e2fsck_reset_context()
2021 if (ctx->block_ea_map) { in e2fsck_pass1()2022 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_pass1()2023 ctx->block_ea_map = 0; in e2fsck_pass1()2427 if (!ctx->block_ea_map) { in check_ext_attr()2431 &ctx->block_ea_map); in check_ext_attr()2457 if (ext2fs_fast_test_block_bitmap2(ctx->block_ea_map, blk)) { in check_ext_attr()2647 ext2fs_fast_mark_block_bitmap2(ctx->block_ea_map, blk); in check_ext_attr()
296 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member