Searched defs:fUpdateCache (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp1399 bool fUpdateCache = pEntry->pList == &pCache->LruFrequentlyUsed local
1404 if (fUpdateCache)
/vbox/src/VBox/Storage/
H A DVD.cpp2212 * @param fUpdateCache Flag whether to update the attached cache if
2219 bool fZeroFreeBlocks, bool fUpdateCache, unsigned cImagesRead)
2234 if (fUpdateCache)
2258 void *pvBuf, size_t cbRead, bool fUpdateCache)
2261 true /* fZeroFreeBlocks */, fUpdateCache, 0);
2445 false /* fUpdateCache */);
9220 true /* fUpdateCache */);
2217 vdReadHelperEx(PVBOXHDD pDisk, PVDIMAGE pImage, PVDIMAGE pImageParentOverride, uint64_t uOffset, void *pvBuf, size_t cbRead, bool fZeroFreeBlocks, bool fUpdateCache, unsigned cImagesRead) argument
2257 vdReadHelper(PVBOXHDD pDisk, PVDIMAGE pImage, uint64_t uOffset, void *pvBuf, size_t cbRead, bool fUpdateCache) argument

Completed in 80 milliseconds