Searched refs:inode_bb_map (Results 1 – 5 of 5) sorted by relevance
138 (ctx->inode_bb_map && in e2fsck_pass4()139 ext2fs_test_inode_bitmap(ctx->inode_bb_map, i))) in e2fsck_pass4()182 ext2fs_free_inode_bitmap(ctx->inode_bb_map); in e2fsck_pass4()183 ctx->inode_bb_map = 0; in e2fsck_pass4()
107 if (ctx->inode_bb_map) { in e2fsck_reset_context()108 ext2fs_free_inode_bitmap(ctx->inode_bb_map); in e2fsck_reset_context()109 ctx->inode_bb_map = 0; in e2fsck_reset_context()
228 ext2fs_inode_bitmap inode_bb_map; /* Inodes which are in bad blocks */ member
894 } else if (ctx->inode_bb_map && in check_dir_block()895 (ext2fs_test_inode_bitmap(ctx->inode_bb_map, in check_dir_block()
706 if (!ctx->inode_bb_map) in e2fsck_pass1()708 ext2fs_mark_inode_bitmap(ctx->inode_bb_map, ino); in e2fsck_pass1()1293 &ctx->inode_bb_map); in alloc_bb_map()