Home
last modified time | relevance | path

Searched refs:hasDisk (Results 1 – 13 of 13) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A Dstore_swapout.cc68 assert(!e->hasDisk()); in storeSwapOutStart()
235 if (!hasDisk()) { in swapOut()
352 if (hasDisk() || Store::Root().hasReadableDiskEntry(*this)) { in mayStartSwapOut()
H A Dstore_swapin.cc36 if (!e->hasDisk()) { in storeSwapInStart()
H A Dstore.cc405 if (e->hasDisk() && !shutting_down) in destroyStoreEntry()
687 if (hasDisk()) in forcePublicKey()
1014 } else if (hasDisk()) { in checkCachable()
1221 if (Store::Controller::store_dirs_rebuilding && hasDisk()) { in release()
1449 if (hasDisk()) // backed by a disk cache in validToSend()
2009 assert(hasDisk()); in disk()
2016 StoreEntry::hasDisk(const sdirno dirn, const sfileno filen) const in hasDisk() function in StoreEntry
H A Dstore_client.cc165 assert(entry->hasDisk() && !entry->swapoutFailed()); in store_client()
254 const bool canSwapIn = entry->hasDisk(); in moreToSend()
H A Dstore_rebuild.cc78 if (!e->hasDisk()) in storeCleanup()
H A DStore.h180 bool hasDisk(const sdirno dirn = -1, const sfileno filen = -1) const;
H A DMemStore.cc443 assert(!e.hasDisk()); // no conflict with disk entry basics in anchorEntry()
H A Dneighbors.cc595 assert(!entry->hasDisk()); in neighborsUdpPing()
/dports/www/squid/squid-4.15/src/store/
H A DDisks.cc490 if (e.hasDisk()) { in evictCached()
543 return entry.hasDisk() && in updateAnchored()
737 assert(e->hasDisk()); in storeDirSwapLog()
H A DController.cc246 if (e.hasDisk()) in referenceBusy()
273 if (e.hasDisk()) in dereferenceIdle()
768 } else if (swapDir && collapsed->hasDisk()) { in syncCollapsed()
H A DDisk.cc190 if (!e.hasDisk()) in canLog()
/dports/www/squid/squid-4.15/src/fs/rock/
H A DRockSwapDir.cc98 assert(entry.hasDisk(index)); in updateAnchored()
128 assert(e.hasDisk(index)); in disconnect()
765 if (!e.hasDisk()) { in openStoreIO()
1016 if (e.hasDisk(index)) { in evictCached()
/dports/www/squid/squid-4.15/src/fs/ufs/
H A DUFSSwapDir.cc1184 if (!e.hasDisk()) in evictCached()
1216 assert(e->hasDisk()); in replacementRemove()