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.c256 if (ctx->inode_bad_map) { in e2fsck_pass2()
257 ext2fs_free_inode_bitmap(ctx->inode_bad_map); in e2fsck_pass2()
258 ctx->inode_bad_map = 0; in e2fsck_pass2()
519 } else if (ctx->inode_bad_map && in check_filetype()
520 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_filetype()
975 if (ctx->inode_bad_map && in check_dir_block()
976 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_dir_block()
1425 if (!not_fixed && ctx->inode_bad_map) in e2fsck_process_bad_inode()
1426 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in e2fsck_process_bad_inode()
Dpass1b.c643 if (ctx->inode_bad_map) in delete_file()
644 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in delete_file()
Dpass1.c1349 if (!ctx->inode_bad_map) { in mark_inode_bad()
1354 "inode_bad_map", &ctx->inode_bad_map); in mark_inode_bad()
1363 ext2fs_mark_inode_bitmap2(ctx->inode_bad_map, ino); in mark_inode_bad()
1770 if (ctx->inode_bad_map) in e2fsck_clear_inode()
1771 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in e2fsck_clear_inode()
De2fsck.h245 ext2fs_inode_bitmap inode_bad_map; /* Inodes which are bad somehow */ member