Home
last modified time | relevance | path

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

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