prefix_cache_hashes  103 source4/ntvfs/posix/pvfs_shortname.c 	uint32_t *prefix_cache_hashes;
prefix_cache_hashes  137 source4/ntvfs/posix/pvfs_shortname.c 	ctx->prefix_cache_hashes[i] = hash;
prefix_cache_hashes  148 source4/ntvfs/posix/pvfs_shortname.c 	if (!ctx->prefix_cache[i] || hash != ctx->prefix_cache_hashes[i]) {
prefix_cache_hashes  627 source4/ntvfs/posix/pvfs_shortname.c 	ctx->prefix_cache_hashes = talloc_array(ctx, uint32_t, ctx->cache_size);
prefix_cache_hashes  628 source4/ntvfs/posix/pvfs_shortname.c 	if (ctx->prefix_cache_hashes == NULL) {
prefix_cache_hashes  633 source4/ntvfs/posix/pvfs_shortname.c 	memset(ctx->prefix_cache_hashes, 0, sizeof(uint32_t) * ctx->cache_size);