Searched refs:nidata_cache (Results 1 – 3 of 3) sorted by relevance
453 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()
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