Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
De2fsck.c129 if (ctx->inode_bad_map) { in e2fsck_reset_context()
130 ext2fs_free_inode_bitmap(ctx->inode_bad_map); in e2fsck_reset_context()
131 ctx->inode_bad_map = 0; in e2fsck_reset_context()
Dpass2.c279 if (ctx->inode_bad_map) { in e2fsck_pass2()
280 ext2fs_free_inode_bitmap(ctx->inode_bad_map); in e2fsck_pass2()
281 ctx->inode_bad_map = 0; in e2fsck_pass2()
545 } else if (ctx->inode_bad_map && in check_filetype()
546 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_filetype()
1337 if (ctx->inode_bad_map && in check_dir_block()
1338 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_dir_block()
1868 if (!not_fixed && ctx->inode_bad_map) in e2fsck_process_bad_inode()
1869 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in e2fsck_process_bad_inode()
Dpass1b.c706 if (ctx->inode_bad_map) in delete_file()
707 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in delete_file()
De2fsck.h254 ext2fs_inode_bitmap inode_bad_map; /* Inodes which are bad somehow */ member
Dpass1.c2174 if (!ctx->inode_bad_map) { in mark_inode_bad()
2179 "inode_bad_map", &ctx->inode_bad_map); in mark_inode_bad()
2188 ext2fs_mark_inode_bitmap2(ctx->inode_bad_map, ino); in mark_inode_bad()
2704 if (ctx->inode_bad_map) in e2fsck_clear_inode()
2705 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in e2fsck_clear_inode()