Searched refs:block_ea_map (Results 1 – 3 of 3) sorted by relevance
117 if (ctx->block_ea_map) { in e2fsck_reset_context()118 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_reset_context()119 ctx->block_ea_map = 0; in e2fsck_reset_context()
2002 if (ctx->block_ea_map) { in e2fsck_pass1()2003 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_pass1()2004 ctx->block_ea_map = 0; in e2fsck_pass1()2392 if (!ctx->block_ea_map) { in check_ext_attr()2396 &ctx->block_ea_map); in check_ext_attr()2422 if (ext2fs_fast_test_block_bitmap2(ctx->block_ea_map, blk)) { in check_ext_attr()2612 ext2fs_fast_mark_block_bitmap2(ctx->block_ea_map, blk); in check_ext_attr()
262 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member