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

/vbox/src/VBox/Storage/
H A DQCOW.cpp1860 PQCOWCLUSTERASYNCALLOC pDataClusterAlloc = NULL; local
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
[all...]
H A DQED.cpp1955 PQEDCLUSTERASYNCALLOC pDataClusterAlloc = NULL; local
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
[all...]

Completed in 42 milliseconds