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

/vbox/src/VBox/Storage/
H A DQCOW.cpp288 } QCOWCLUSTERASYNCALLOC, *PQCOWCLUSTERASYNCALLOC; typedef in typeref:struct:QCOWCLUSTERASYNCALLOC
1300 static int qcowAsyncClusterAllocRollback(PQCOWIMAGE pImage, PVDIOCTX pIoCtx, PQCOWCLUSTERASYNCALLOC pClusterAlloc)
1344 PQCOWCLUSTERASYNCALLOC pClusterAlloc = (PQCOWCLUSTERASYNCALLOC)pvUser;
1805 PQCOWCLUSTERASYNCALLOC pL2ClusterAlloc = NULL;
1808 pL2ClusterAlloc = (PQCOWCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QCOWCLUSTERASYNCALLOC));
1860 PQCOWCLUSTERASYNCALLOC pDataClusterAlloc = NULL;
1863 pDataClusterAlloc = (PQCOWCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QCOWCLUSTERASYNCALLOC));

Completed in 55 milliseconds