Lines Matching defs:pDataClusterAlloc
1955 PQEDCLUSTERASYNCALLOC pDataClusterAlloc = NULL;
1958 pDataClusterAlloc = (PQEDCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QEDCLUSTERASYNCALLOC));
1959 if (RT_UNLIKELY(!pDataClusterAlloc))
1968 pDataClusterAlloc->enmAllocState = QEDCLUSTERASYNCALLOCSTATE_USER_ALLOC;
1969 pDataClusterAlloc->cbImageOld = offData;
1970 pDataClusterAlloc->offClusterNew = offData;
1971 pDataClusterAlloc->idxL1 = idxL1;
1972 pDataClusterAlloc->idxL2 = idxL2;
1973 pDataClusterAlloc->cbToWrite = cbToWrite;
1974 pDataClusterAlloc->pL2Entry = pL2Entry;
1979 qedAsyncClusterAllocUpdate, pDataClusterAlloc);
1984 RTMemFree(pDataClusterAlloc);
1988 rc = qedAsyncClusterAllocUpdate(pImage, pIoCtx, pDataClusterAlloc, rc);