Searched refs:cache_hash (Results 1 – 2 of 2) sorted by relevance
88 cache->dohash = (cache_hash)NULL; in inserthashindex()94 cache->dohash = (cache_hash)NULL; in inserthashindex()129 cache->dohash = (cache_hash)NULL; in drophashindex()135 cache->dohash = (cache_hash)NULL; in drophashindex()473 cache_free dofree, cache_hash dohash, in ntfs_create_cache()499 cache->dohash = (cache_hash)NULL; in ntfs_create_cache()580 (cache_hash)NULL,sizeof(struct CACHED_SECURID), CACHE_SECURID_SIZE, 0); in ntfs_create_lru_caches()583 (cache_hash)NULL, sizeof(struct CACHED_PERMISSIONS_LEGACY), CACHE_LEGACY_SIZE, 0); in ntfs_create_lru_caches()
75 typedef int (*cache_hash)(const struct CACHED_GENERIC *cached); typedef90 cache_hash dohash;