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 122 if (ctx->dirs_to_hash) {
123 ext2fs_u32_list_free(ctx->dirs_to_hash);
124 ctx->dirs_to_hash = 0;
pass2.c 772 if (ctx->dirs_to_hash &&
773 ext2fs_u32_list_test(ctx->dirs_to_hash, ino))
1090 if (!ctx->dirs_to_hash)
1091 ext2fs_u32_list_create(&ctx->dirs_to_hash, 50);
1092 if (ctx->dirs_to_hash)
1093 ext2fs_u32_list_add(ctx->dirs_to_hash, ino);
    [all...]
rehash.c 842 if (!ctx->dirs_to_hash && !all_dirs)
854 retval = ext2fs_u32_list_iterate_begin(ctx->dirs_to_hash,
861 max = ext2fs_u32_list_count(ctx->dirs_to_hash);
898 if (ctx->dirs_to_hash)
899 ext2fs_u32_list_free(ctx->dirs_to_hash);
900 ctx->dirs_to_hash = 0;
e2fsck.h 305 ext2_u32_list dirs_to_hash; member in struct:e2fsck_struct
pass1.c 572 if (ext2fs_u32_list_create(&ctx->dirs_to_hash, 50))
573 ctx->dirs_to_hash = 0;
    [all...]

Completed in 94 milliseconds