Searched refs:DirectoryCache (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp317 DirectoryCache* cache = cookie->fAttrDir ? fAttrCache : fCache;
H A DInode.cpp105 inode->fCache = new DirectoryCache(inode);
106 inode->fAttrCache = new DirectoryCache(inode, true);
279 DirectoryCache* cache = type != NF4NAMEDATTR ? fCache : fAttrCache;
357 DirectoryCache* cache = attribute ? from->fAttrCache : from->fCache;
H A DDirectoryCache.cpp10 #include "DirectoryCache.h"
79 DirectoryCache::DirectoryCache(Inode* inode, bool attr) function in class:DirectoryCache
93 DirectoryCache::~DirectoryCache()
100 DirectoryCache::Reset()
109 DirectoryCache::Trash()
125 DirectoryCache::AddEntry(const char* name, ino_t node, bool created)
162 DirectoryCache::RemoveEntry(const char* name)
206 DirectoryCache
[all...]
H A DInode.h12 #include "DirectoryCache.h"
151 DirectoryCache* fCache;
152 DirectoryCache* fAttrCache;
H A DDirectoryCache.h41 class DirectoryCache { class
43 DirectoryCache(Inode* inode, bool attr = false);
44 ~DirectoryCache();
94 DirectoryCache::Lock()
101 DirectoryCache::Unlock()
108 DirectoryCache::Valid()
115 DirectoryCache::GetSnapshot(DirectoryCacheSnapshot** snapshot)
128 DirectoryCache::EntriesList()
135 DirectoryCache::ValidateChangeInfo(uint64 change)
151 DirectoryCache
[all...]

Completed in 47 milliseconds