Lines Matching defs:pL2ClusterAlloc
1805 PQCOWCLUSTERASYNCALLOC pL2ClusterAlloc = NULL;
1808 pL2ClusterAlloc = (PQCOWCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QCOWCLUSTERASYNCALLOC));
1809 if (RT_UNLIKELY(!pL2ClusterAlloc))
1819 RTMemFree(pL2ClusterAlloc);
1827 pL2ClusterAlloc->enmAllocState = QCOWCLUSTERASYNCALLOCSTATE_L2_ALLOC;
1828 pL2ClusterAlloc->offNextClusterOld = offL2Tbl;
1829 pL2ClusterAlloc->offClusterNew = offL2Tbl;
1830 pL2ClusterAlloc->idxL1 = idxL1;
1831 pL2ClusterAlloc->idxL2 = idxL2;
1832 pL2ClusterAlloc->cbToWrite = cbToWrite;
1833 pL2ClusterAlloc->pL2Entry = pL2Entry;
1842 qcowAsyncClusterAllocUpdate, pL2ClusterAlloc);
1847 RTMemFree(pL2ClusterAlloc);
1852 rc = qcowAsyncClusterAllocUpdate(pImage, pIoCtx, pL2ClusterAlloc, rc);