Searched refs:DirectoryCacheSnapshot (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.h31 struct DirectoryCacheSnapshot : public KernelReferenceable { struct in inherits:KernelReferenceable
35 DirectoryCacheSnapshot();
36 DirectoryCacheSnapshot(
37 const DirectoryCacheSnapshot& snapshot);
38 ~DirectoryCacheSnapshot();
57 inline status_t GetSnapshot(DirectoryCacheSnapshot** snapshot);
71 void NotifyChanges(DirectoryCacheSnapshot* oldSnapshot,
72 DirectoryCacheSnapshot* newSnapshot);
75 void _SetSnapshot(DirectoryCacheSnapshot* snapshot);
80 DirectoryCacheSnapshot* fDirectoryCach
[all...]
H A DDirectoryCache.cpp42 DirectoryCacheSnapshot::DirectoryCacheSnapshot() function in class:DirectoryCacheSnapshot
48 DirectoryCacheSnapshot::DirectoryCacheSnapshot( function in class:DirectoryCacheSnapshot
49 const DirectoryCacheSnapshot& snapshot)
68 DirectoryCacheSnapshot::~DirectoryCacheSnapshot()
206 DirectoryCache::_SetSnapshot(DirectoryCacheSnapshot* snapshot)
217 DirectoryCacheSnapshot* oldSnapshot = fDirectoryCache;
224 DirectoryCacheSnapshot* newSnapsho
[all...]
H A DCookie.h95 DirectoryCacheSnapshot* fSnapshot;
H A DInodeDir.cpp224 Inode::GetDirSnapshot(DirectoryCacheSnapshot** _snapshot,
229 DirectoryCacheSnapshot* snapshot = new DirectoryCacheSnapshot;
326 DirectoryCacheSnapshot* snapshot;
333 cookie->fSnapshot = new DirectoryCacheSnapshot(*snapshot);
H A DInode.h110 status_t GetDirSnapshot(DirectoryCacheSnapshot**

Completed in 27 milliseconds