Home
last modified time | relevance | path

Searched refs:fMetaCache (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp26 fMetaCache(this), in Inode()
178 fMetaCache.InvalidateStat(); in RevalidateFileCache()
452 status_t result = fMetaCache.GetAccess(geteuid(), &allowed); in Access()
457 fMetaCache.SetAccess(geteuid(), allowed); in Access()
491 status_t result = fMetaCache.GetStat(st); in Stat()
497 fMetaCache.SetStat(temp); in Stat()
498 fMetaCache.GetStat(st); in Stat()
657 fMetaCache.InvalidateStat(); in WriteStat()
661 fMetaCache.InvalidateAccess(); in WriteStat()
898 fMetaCache.InvalidateStat(); in SetDelegation()
[all …]
H A DInodeRegular.cpp400 fMetaCache.GrowFile(size + pos); in WriteDirect()
430 fMetaCache.GrowFile(fMaxFileSize); in Write()
H A DInode.h150 MetadataCache fMetaCache; variable