Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dcache.c473 cache_free dofree, cache_hash dohash, in ntfs_create_cache()
561 vol->xinode_cache = ntfs_create_cache("inode",(cache_free)NULL, in ntfs_create_lru_caches()
575 (cache_free)NULL, ntfs_dir_lookup_hash, in ntfs_create_lru_caches()
579 vol->securid_cache = ntfs_create_cache("securid",(cache_free)NULL, in ntfs_create_lru_caches()
582 vol->legacy_cache = ntfs_create_cache("legacy",(cache_free)NULL, in ntfs_create_lru_caches()
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h74 typedef void (*cache_free)(const struct CACHED_GENERIC *cached); typedef
89 cache_free dofree;