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

/vbox/src/VBox/Storage/
H A DQCOW.cpp1340 static DECLCALLBACK(int) qcowAsyncClusterAllocUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq) function
1362 qcowAsyncClusterAllocUpdate, pClusterAlloc);
1389 qcowAsyncClusterAllocUpdate, pClusterAlloc);
1409 qcowAsyncClusterAllocUpdate, pClusterAlloc);
1842 qcowAsyncClusterAllocUpdate, pL2ClusterAlloc);
1852 rc = qcowAsyncClusterAllocUpdate(pImage, pIoCtx, pL2ClusterAlloc, rc);
1884 qcowAsyncClusterAllocUpdate, pDataClusterAlloc);
1893 rc = qcowAsyncClusterAllocUpdate(pImage, pIoCtx, pDataClusterAlloc, rc);

Completed in 52 milliseconds