Home
last modified time | relevance | path

Searched refs:inode_bb_map (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass4.c130 (ctx->inode_bb_map && in e2fsck_pass4()
131 ext2fs_test_inode_bitmap(ctx->inode_bb_map, i))) in e2fsck_pass4()
166 ext2fs_free_inode_bitmap(ctx->inode_bb_map); in e2fsck_pass4()
167 ctx->inode_bb_map = 0; in e2fsck_pass4()
De2fsck.c104 if (ctx->inode_bb_map) { in e2fsck_reset_context()
105 ext2fs_free_inode_bitmap(ctx->inode_bb_map); in e2fsck_reset_context()
106 ctx->inode_bb_map = 0; in e2fsck_reset_context()
De2fsck.h221 ext2fs_inode_bitmap inode_bb_map; /* Inodes which are in bad blocks */ member
Dpass1.c630 if (!ctx->inode_bb_map) in e2fsck_pass1()
632 ext2fs_mark_inode_bitmap(ctx->inode_bb_map, ino); in e2fsck_pass1()
1140 &ctx->inode_bb_map); in alloc_bb_map()
Dpass2.c889 } else if (ctx->inode_bb_map && in check_dir_block()
890 (ext2fs_test_inode_bitmap(ctx->inode_bb_map, in check_dir_block()