Searched refs:nidata_cache (Results 1 – 3 of 3) sorted by relevance
449 ntfs_invalidate_cache(vol->nidata_cache, in ntfs_inode_invalidate()477 cached = (struct CACHED_NIDATA*)ntfs_fetch_cache(vol->nidata_cache, in ntfs_inode_open()482 ntfs_remove_cache(vol->nidata_cache, in ntfs_inode_open()516 if (ni->vol && ni->vol->nidata_cache in ntfs_inode_close()537 ntfs_enter_cache(ni->vol->nidata_cache, in ntfs_inode_close()
567 vol->nidata_cache = ntfs_create_cache("nidata", in ntfs_create_lru_caches()597 ntfs_free_cache(vol->nidata_cache); in ntfs_free_lru_caches()
278 struct CACHE_HEADER *nidata_cache; member