Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
De2fsck.c117 if (ctx->inode_bad_map) { in e2fsck_reset_context()
118 ext2fs_free_inode_bitmap(ctx->inode_bad_map); in e2fsck_reset_context()
119 ctx->inode_bad_map = 0; in e2fsck_reset_context()
Dpass2.c259 if (ctx->inode_bad_map) { in e2fsck_pass2()
260 ext2fs_free_inode_bitmap(ctx->inode_bad_map); in e2fsck_pass2()
261 ctx->inode_bad_map = 0; in e2fsck_pass2()
523 } else if (ctx->inode_bad_map && in check_filetype()
524 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_filetype()
1300 if (ctx->inode_bad_map && in check_dir_block()
1301 ext2fs_test_inode_bitmap2(ctx->inode_bad_map, in check_dir_block()
1823 if (!not_fixed && ctx->inode_bad_map) in e2fsck_process_bad_inode()
1824 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in e2fsck_process_bad_inode()
Dpass1b.c679 if (ctx->inode_bad_map) in delete_file()
680 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in delete_file()
De2fsck.h250 ext2fs_inode_bitmap inode_bad_map; /* Inodes which are bad somehow */ member
Dpass1.c2045 if (!ctx->inode_bad_map) { in mark_inode_bad()
2050 "inode_bad_map", &ctx->inode_bad_map); in mark_inode_bad()
2059 ext2fs_mark_inode_bitmap2(ctx->inode_bad_map, ino); in mark_inode_bad()
2503 if (ctx->inode_bad_map) in e2fsck_clear_inode()
2504 ext2fs_unmark_inode_bitmap2(ctx->inode_bad_map, ino); in e2fsck_clear_inode()