Searched refs:MetadataCache (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.h28 class MetadataCache { class
30 MetadataCache(Inode* inode);
31 ~MetadataCache();
69 MetadataCache::InvalidateStat()
78 MetadataCache::InvalidateAccess()
87 MetadataCache::Invalidate()
H A DMetadataCache.cpp10 #include "MetadataCache.h"
17 MetadataCache::MetadataCache(Inode* inode) function in class:MetadataCache
29 MetadataCache::~MetadataCache()
36 MetadataCache::GetStat(struct stat* st)
62 MetadataCache::SetStat(const struct stat& st)
75 MetadataCache::GrowFile(size_t newSize)
89 MetadataCache::GetAccess(uid_t uid, uint32* allowed)
113 MetadataCache
[all...]
H A DInode.h13 #include "MetadataCache.h"
150 MetadataCache fMetaCache;
H A DRootInode.cpp14 #include "MetadataCache.h"
143 fInfoCacheExpire = time(NULL) + MetadataCache::kExpirationTime;

Completed in 153 milliseconds