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 116 if (ctx->dirs_to_hash) {
117 ext2fs_u32_list_free(ctx->dirs_to_hash);
118 ctx->dirs_to_hash = 0;
pass2.c 761 if (ctx->dirs_to_hash &&
762 ext2fs_u32_list_test(ctx->dirs_to_hash, ino))
1021 if (!ctx->dirs_to_hash)
1022 ext2fs_u32_list_create(&ctx->dirs_to_hash, 50);
1023 if (ctx->dirs_to_hash)
1024 ext2fs_u32_list_add(ctx->dirs_to_hash, ino);
1178 if (ctx->dirs_to_hash)
1179 ext2fs_u32_list_add(ctx->dirs_to_hash, ino);
    [all...]
rehash.c 797 if (!ctx->dirs_to_hash && !all_dirs)
810 retval = ext2fs_u32_list_iterate_begin(ctx->dirs_to_hash,
817 max = ext2fs_u32_list_count(ctx->dirs_to_hash);
854 if (ctx->dirs_to_hash)
855 ext2fs_u32_list_free(ctx->dirs_to_hash);
856 ctx->dirs_to_hash = 0;
e2fsck.h 279 ext2_u32_list dirs_to_hash; member in struct:e2fsck_struct
pass1.c 497 if (ext2fs_u32_list_create(&ctx->dirs_to_hash, 50))
498 ctx->dirs_to_hash = 0;
    [all...]

Completed in 75 milliseconds