Searched refs:lookup_cache (Results 1 – 3 of 3) sorted by relevance
574 vol->lookup_cache = ntfs_create_cache("lookup", in ntfs_create_lru_caches()600 ntfs_free_cache(vol->lookup_cache); in ntfs_free_lru_caches()
554 if (dir_ni->vol->lookup_cache) { in ntfs_inode_lookup_by_mbsname()562 dir_ni->vol->lookup_cache, in ntfs_inode_lookup_by_mbsname()576 ntfs_enter_cache(dir_ni->vol->lookup_cache, in ntfs_inode_lookup_by_mbsname()614 if (dir_ni->vol->lookup_cache) { in ntfs_inode_update_mbsname()628 dir_ni->vol->lookup_cache, in ntfs_inode_update_mbsname()2058 ntfs_invalidate_cache(vol->lookup_cache, GENERIC(&lkitem), in ntfs_delete()
281 struct CACHE_HEADER *lookup_cache; member