Searched refs:getNextStatCache (Results 1 – 2 of 2) sorted by relevance
72 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache() function85 if (FileSystemStatCache *Next = getNextStatCache()) in statChained()
132 while (LastCache->getNextStatCache()) in addStatCache()133 LastCache = LastCache->getNextStatCache(); in addStatCache()150 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()151 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()154 PrevCache->setNextStatCache(statCache->getNextStatCache()); in removeStatCache()