Searched refs:newSnapshot (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp224 DirectoryCacheSnapshot* newSnapshot; local
225 status_t result = fInode->GetDirSnapshot(&newSnapshot, NULL, &fChange,
232 newSnapshot->AcquireReference();
234 _SetSnapshot(newSnapshot);
240 NotifyChanges(oldSnapshot, newSnapshot);
245 newSnapshot->ReleaseReference();
273 DirectoryCacheSnapshot* newSnapshot)
275 ASSERT(newSnapshot != NULL);
278 MutexLocker _(newSnapshot->fLock);
285 = newSnapshot
272 NotifyChanges(DirectoryCacheSnapshot* oldSnapshot, DirectoryCacheSnapshot* newSnapshot) argument
[all...]
H A DDirectoryCache.h72 DirectoryCacheSnapshot* newSnapshot);

Completed in 36 milliseconds