Home
last modified time | relevance | path

Searched refs:cache_hash (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dcache.c88 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()
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h75 typedef int (*cache_hash)(const struct CACHED_GENERIC *cached); typedef
90 cache_hash dohash;