Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp82 fDirectoryCache(NULL), in DirectoryCache()
139 if (created && fDirectoryCache != NULL) { in AddEntry()
140 MutexLocker _(fDirectoryCache->fLock); in AddEntry()
149 fDirectoryCache->fEntries.Add(entry); in AddEntry()
181 if (fDirectoryCache != NULL) { in RemoveEntry()
182 MutexLocker _(fDirectoryCache->fLock); in RemoveEntry()
183 iterator = fDirectoryCache->fEntries.GetIterator(); in RemoveEntry()
188 fDirectoryCache->fEntries.Remove(previous, current); in RemoveEntry()
208 if (fDirectoryCache != NULL) in _SetSnapshot()
209 fDirectoryCache->ReleaseReference(); in _SetSnapshot()
[all …]
H A DDirectoryCache.h80 DirectoryCacheSnapshot* fDirectoryCache; variable
120 if (fDirectoryCache == NULL) in GetSnapshot()
122 *snapshot = fDirectoryCache; in GetSnapshot()