Home
last modified time | relevance | path

Searched refs:block_ea_map (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
De2fsck.c105 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()
Dpass1.c1869 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()
De2fsck.h258 ext2fs_block_bitmap block_ea_map; /* Blocks which are used by EA's */ member