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

/vbox/src/VBox/Storage/
H A DQCOW.cpp1805 PQCOWCLUSTERASYNCALLOC pL2ClusterAlloc = NULL; local
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
[all...]
H A DQED.cpp1899 PQEDCLUSTERASYNCALLOC pL2ClusterAlloc = NULL; local
1902 pL2ClusterAlloc = (PQEDCLUSTERASYNCALLOC)RTMemAllocZ(sizeof(QEDCLUSTERASYNCALLOC));
1903 if (RT_UNLIKELY(!pL2ClusterAlloc))
1913 RTMemFree(pL2ClusterAlloc);
1921 pL2ClusterAlloc->enmAllocState = QEDCLUSTERASYNCALLOCSTATE_L2_ALLOC;
1922 pL2ClusterAlloc->cbImageOld = offL2Tbl;
1923 pL2ClusterAlloc->offClusterNew = offL2Tbl;
1924 pL2ClusterAlloc->idxL1 = idxL1;
1925 pL2ClusterAlloc->idxL2 = idxL2;
1926 pL2ClusterAlloc
[all...]

Completed in 1518 milliseconds