Searched refs:getNextStatCache (Results 1 – 2 of 2) sorted by relevance
82 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache() function101 if (FileSystemStatCache *Next = getNextStatCache()) in statChained()
74 while (LastCache->getNextStatCache()) in addStatCache()75 LastCache = LastCache->getNextStatCache(); in addStatCache()92 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()93 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()