Searched refs:fMetaCache (Results 1 – 3 of 3) sorted by relevance
26 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 …]
400 fMetaCache.GrowFile(size + pos); in WriteDirect()430 fMetaCache.GrowFile(fMaxFileSize); in Write()
150 MetadataCache fMetaCache; variable