Home
last modified time | relevance | path

Searched refs:nidata_cache (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c453 ntfs_invalidate_cache(vol->nidata_cache, in ntfs_inode_invalidate()
481 cached = (struct CACHED_NIDATA*)ntfs_fetch_cache(vol->nidata_cache, in ntfs_inode_open()
486 ntfs_remove_cache(vol->nidata_cache, in ntfs_inode_open()
520 if (ni->vol && ni->vol->nidata_cache in ntfs_inode_close()
542 if (ntfs_fetch_cache(ni->vol->nidata_cache, in ntfs_inode_close()
547 ntfs_enter_cache(ni->vol->nidata_cache, in ntfs_inode_close()
H A Dcache.c567 vol->nidata_cache = ntfs_create_cache("nidata", in ntfs_create_lru_caches()
597 ntfs_free_cache(vol->nidata_cache); in ntfs_free_lru_caches()
H A Dvolume.h278 struct CACHE_HEADER *nidata_cache; member