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

/vbox/src/VBox/Storage/
H A DQED.cpp1434 static DECLCALLBACK(int) qedAsyncClusterAllocUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq) function
1456 qedAsyncClusterAllocUpdate, pClusterAlloc);
1483 qedAsyncClusterAllocUpdate, pClusterAlloc);
1503 qedAsyncClusterAllocUpdate, pClusterAlloc);
1936 qedAsyncClusterAllocUpdate, pL2ClusterAlloc);
1946 rc = qedAsyncClusterAllocUpdate(pImage, pIoCtx, pL2ClusterAlloc, rc);
1979 qedAsyncClusterAllocUpdate, pDataClusterAlloc);
1988 rc = qedAsyncClusterAllocUpdate(pImage, pIoCtx, pDataClusterAlloc, rc);

Completed in 50 milliseconds