Home
last modified time | relevance | path

Searched refs:inode_dir_map (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/e2fsck/
De2fsck.c66 if (ctx->inode_dir_map) { in e2fsck_reset_context()
67 ext2fs_free_inode_bitmap(ctx->inode_dir_map); in e2fsck_reset_context()
68 ctx->inode_dir_map = 0; in e2fsck_reset_context()
Dpass3.c108 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dir->ino)) in e2fsck_pass3()
173 if (!(ext2fs_test_inode_bitmap2(ctx->inode_dir_map, in check_root()
265 ext2fs_mark_inode_bitmap2(ctx->inode_dir_map, EXT2_ROOT_INO); in check_root()
522 ext2fs_mark_inode_bitmap2(ctx->inode_dir_map, ino); in e2fsck_get_lost_and_found()
Dpass5.c72 ext2fs_free_inode_bitmap(ctx->inode_dir_map); in e2fsck_pass5()
73 ctx->inode_dir_map = 0; in e2fsck_pass5()
709 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i)) in check_inode_bitmaps()
Dpass4.c229 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i); in e2fsck_pass4()
Dpass1b.c711 ext2fs_unmark_inode_bitmap2(ctx->inode_dir_map, ino); in delete_file()
941 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in clone_file()
De2fsck.h295 ext2fs_inode_bitmap inode_dir_map; /* Inodes which are directories */ member
Dpass2.c609 if (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, dirent->inode)) { in check_filetype()
964 ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in needs_encryption()
1643 (ext2fs_test_inode_bitmap2(ctx->inode_dir_map, in check_dir_block()
Drehash.c1158 if (!ext2fs_test_inode_bitmap2(ctx->inode_dir_map, ino)) in e2fsck_rehash_directories()
Dpass1.c1238 "inode_dir_map", &ctx->inode_dir_map); in e2fsck_pass1()
1900 ext2fs_mark_inode_bitmap2(ctx->inode_dir_map, ino); in e2fsck_pass1()
2777 ext2fs_unmark_inode_bitmap2(ctx->inode_dir_map, ino); in e2fsck_clear_inode()