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

/vbox/src/VBox/Storage/
H A DQCOW.cpp152 } QCOWL2CACHEENTRY, *PQCOWL2CACHEENTRY; typedef in typeref:struct:QCOWL2CACHEENTRY
285 PQCOWL2CACHEENTRY pL2Entry;
508 PQCOWL2CACHEENTRY pL2Entry = NULL;
509 PQCOWL2CACHEENTRY pL2Next = NULL;
532 static PQCOWL2CACHEENTRY qcowL2TblCacheRetain(PQCOWIMAGE pImage, uint64_t offL2Tbl)
534 PQCOWL2CACHEENTRY pL2Entry = NULL;
560 static void qcowL2TblCacheEntryRelease(PQCOWL2CACHEENTRY pL2Entry)
572 static PQCOWL2CACHEENTRY qcowL2TblCacheEntryAlloc(PQCOWIMAGE pImage)
574 PQCOWL2CACHEENTRY pL2Entry = NULL;
580 pL2Entry = (PQCOWL2CACHEENTRY)RTMemAlloc
[all...]

Completed in 36 milliseconds