Lines Matching defs:pDataClusterAlloc
1860 PQCOWCLUSTERASYNCALLOC pDataClusterAlloc = NULL;
1863 pDataClusterAlloc = (PQCOWCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QCOWCLUSTERASYNCALLOC));
1864 if (RT_UNLIKELY(!pDataClusterAlloc))
1873 pDataClusterAlloc->enmAllocState = QCOWCLUSTERASYNCALLOCSTATE_USER_ALLOC;
1874 pDataClusterAlloc->offNextClusterOld = offData;
1875 pDataClusterAlloc->offClusterNew = offData;
1876 pDataClusterAlloc->idxL1 = idxL1;
1877 pDataClusterAlloc->idxL2 = idxL2;
1878 pDataClusterAlloc->cbToWrite = cbToWrite;
1879 pDataClusterAlloc->pL2Entry = pL2Entry;
1884 qcowAsyncClusterAllocUpdate, pDataClusterAlloc);
1889 RTMemFree(pDataClusterAlloc);
1893 rc = qcowAsyncClusterAllocUpdate(pImage, pIoCtx, pDataClusterAlloc, rc);