Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:dirs_to_hash

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);