Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:dirs_to_hash

767 	if (ctx->dirs_to_hash &&
768 ext2fs_u32_list_test(ctx->dirs_to_hash, ino))
1086 if (!ctx->dirs_to_hash)
1087 ext2fs_u32_list_create(&ctx->dirs_to_hash, 50);
1088 if (ctx->dirs_to_hash)
1089 ext2fs_u32_list_add(ctx->dirs_to_hash, ino);
1238 if (ctx->dirs_to_hash)
1239 ext2fs_u32_list_add(ctx->dirs_to_hash, ino);