HomeSort by relevance Sort by last modified time
    Searched refs:dirs_to_hash (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/e2fsck/
e2fsck.c 125 if (ctx->dirs_to_hash) {
126 ext2fs_u32_list_free(ctx->dirs_to_hash);
127 ctx->dirs_to_hash = 0;
rehash.c 58 if (!ctx->dirs_to_hash)
59 ext2fs_u32_list_create(&ctx->dirs_to_hash, 50);
60 if (ctx->dirs_to_hash)
61 ext2fs_u32_list_add(ctx->dirs_to_hash, ino);
69 if (!ctx->dirs_to_hash)
71 return ext2fs_u32_list_test(ctx->dirs_to_hash, ino);
923 if (!ctx->dirs_to_hash && !all_dirs)
935 retval = ext2fs_u32_list_iterate_begin(ctx->dirs_to_hash,
942 max = ext2fs_u32_list_count(ctx->dirs_to_hash);
978 if (ctx->dirs_to_hash)
    [all...]
pass2.c 961 if (ctx->dirs_to_hash &&
962 ext2fs_u32_list_test(ctx->dirs_to_hash, ino))
    [all...]
e2fsck.h 310 ext2_u32_list dirs_to_hash; member in struct:e2fsck_struct
pass1.c 1085 if (ext2fs_u32_list_create(&ctx->dirs_to_hash, 50))
1086 ctx->dirs_to_hash = 0;
    [all...]

Completed in 357 milliseconds