Searched refs:inode_dir_map (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | e2fsck.c | 65 if (ctx->inode_dir_map) { in e2fsck_reset_context() 66 ext2fs_free_inode_bitmap(ctx->inode_dir_map); in e2fsck_reset_context() 67 ctx->inode_dir_map = 0; in e2fsck_reset_context()
|
D | pass3.c | 106 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dir->ino)) in e2fsck_pass3() 159 if (!(ext2fs_test_inode_bitmap2(ctx->inode_dir_map, in check_root() 240 ext2fs_mark_inode_bitmap2(ctx->inode_dir_map, EXT2_ROOT_INO); in check_root() 377 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) { in e2fsck_get_lost_and_found() 434 ext2fs_mark_inode_bitmap2(ctx->inode_dir_map, ino); in e2fsck_get_lost_and_found()
|
D | pass4.c | 159 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i); in e2fsck_pass4()
|
D | pass5.c | 68 ext2fs_free_inode_bitmap(ctx->inode_dir_map); in e2fsck_pass5() 69 ctx->inode_dir_map = 0; in e2fsck_pass5() 680 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i)) in check_inode_bitmaps()
|
D | e2fsck.h | 246 ext2fs_inode_bitmap inode_dir_map; /* Inodes which are directories */ member
|
D | pass2.c | 498 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dirent->inode)) { in check_filetype() 1060 (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, in check_dir_block()
|
D | pass1.c | 610 "inode_dir_map", &ctx->inode_dir_map); in e2fsck_pass1() 1089 ext2fs_mark_inode_bitmap2(ctx->inode_dir_map, ino); in e2fsck_pass1() 1741 ext2fs_unmark_inode_bitmap2(ctx->inode_dir_map, ino); in e2fsck_clear_inode()
|
D | pass1b.c | 804 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in clone_file()
|