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()
1116 if (ctx->block_ea_map) { in e2fsck_pass1()1117 ext2fs_free_block_bitmap(ctx->block_ea_map); in e2fsck_pass1()1118 ctx->block_ea_map = 0; in e2fsck_pass1()1441 if (!ctx->block_ea_map) { in check_ext_attr()1444 &ctx->block_ea_map); in check_ext_attr()1470 if (ext2fs_fast_test_block_bitmap(ctx->block_ea_map, blk)) { in check_ext_attr()1579 ext2fs_fast_mark_block_bitmap(ctx->block_ea_map, blk); in check_ext_attr()
238 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member