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

/vbox/src/VBox/Storage/
H A DQCOW.cpp140 typedef struct QCOWL2CACHEENTRY struct
152 } QCOWL2CACHEENTRY, *PQCOWL2CACHEENTRY; typedef in typeref:struct:QCOWL2CACHEENTRY
511 RTListForEachSafe(&pImage->ListSearch, pL2Entry, pL2Next, QCOWL2CACHEENTRY, NodeSearch)
536 RTListForEach(&pImage->ListSearch, pL2Entry, QCOWL2CACHEENTRY, NodeSearch)
542 if (!RTListNodeIsDummy(&pImage->ListSearch, pL2Entry, QCOWL2CACHEENTRY, NodeSearch))
580 pL2Entry = (PQCOWL2CACHEENTRY)RTMemAllocZ(sizeof(QCOWL2CACHEENTRY));
601 RTListForEachReverse(&pImage->ListLru, pL2Entry, QCOWL2CACHEENTRY, NodeLru)
607 if (!RTListNodeIsDummy(&pImage->ListSearch, pL2Entry, QCOWL2CACHEENTRY, NodeSearch))
660 pIt = RTListGetFirst(&pImage->ListSearch, QCOWL2CACHEENTRY, NodeSearch);
667 RTListForEach(&pImage->ListSearch, pIt, QCOWL2CACHEENTRY, NodeSearc
[all...]

Completed in 37 milliseconds