Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
De2fsck.c114 if (ctx->inode_bad_map) { in e2fsck_reset_context()
115 ext2fs_free_inode_bitmap(ctx->inode_bad_map); in e2fsck_reset_context()
116 ctx->inode_bad_map = 0; in e2fsck_reset_context()
Dpass2.c251 if (ctx->inode_bad_map) { in e2fsck_pass2()
252 ext2fs_free_inode_bitmap(ctx->inode_bad_map); in e2fsck_pass2()
253 ctx->inode_bad_map = 0; in e2fsck_pass2()
497 } else if (ctx->inode_bad_map && in check_filetype()
498 ext2fs_test_inode_bitmap(ctx->inode_bad_map, in check_filetype()
956 if (ctx->inode_bad_map && in check_dir_block()
957 ext2fs_test_inode_bitmap(ctx->inode_bad_map, in check_dir_block()
1385 if (!not_fixed && ctx->inode_bad_map) in e2fsck_process_bad_inode()
1386 ext2fs_unmark_inode_bitmap(ctx->inode_bad_map, ino); in e2fsck_process_bad_inode()
Dpass1b.c612 if (ctx->inode_bad_map) in delete_file()
613 ext2fs_unmark_inode_bitmap(ctx->inode_bad_map, ino); in delete_file()
De2fsck.h230 ext2fs_inode_bitmap inode_bad_map; /* Inodes which are bad somehow */ member
Dpass1.c1270 if (!ctx->inode_bad_map) { in mark_inode_bad()
1274 _("bad inode map"), &ctx->inode_bad_map); in mark_inode_bad()
1283 ext2fs_mark_inode_bitmap(ctx->inode_bad_map, ino); in mark_inode_bad()
1661 if (ctx->inode_bad_map) in e2fsck_clear_inode()
1662 ext2fs_unmark_inode_bitmap(ctx->inode_bad_map, ino); in e2fsck_clear_inode()