Searched refs:inode_reg_map (Results 1 – 4 of 4) sorted by relevance
63 if (ctx->inode_reg_map) { in e2fsck_reset_context()64 ext2fs_free_inode_bitmap(ctx->inode_reg_map); in e2fsck_reset_context()65 ctx->inode_reg_map = 0; in e2fsck_reset_context()
258 if (ctx->inode_reg_map) { in e2fsck_pass2()259 ext2fs_free_inode_bitmap(ctx->inode_reg_map); in e2fsck_pass2()260 ctx->inode_reg_map = 0; in e2fsck_pass2()499 } else if (ext2fs_test_inode_bitmap(ctx->inode_reg_map, in check_filetype()
223 ext2fs_inode_bitmap inode_reg_map; /* Inodes which are regular files*/ member
538 _("regular file inode map"), &ctx->inode_reg_map); in e2fsck_pass1()876 ext2fs_mark_inode_bitmap(ctx->inode_reg_map, ino); in e2fsck_pass1()1538 ext2fs_unmark_inode_bitmap(ctx->inode_reg_map, ino); in check_blocks()1591 ext2fs_unmark_inode_bitmap(ctx->inode_reg_map, ino); in check_blocks()