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

/vbox/src/VBox/Storage/
H A DQCOW.cpp283 uint64_t offClusterNew; member in struct:QCOWCLUSTERASYNCALLOC
1384 pClusterAlloc->offClusterNew = offData;
1401 uint64_t offUpdateLe = RT_H2BE_U64(pClusterAlloc->offClusterNew);
1422 pClusterAlloc->pL2Entry->paL2Tbl[pClusterAlloc->idxL2] = pClusterAlloc->offClusterNew;
1829 pL2ClusterAlloc->offClusterNew = offL2Tbl;
1875 pDataClusterAlloc->offClusterNew = offData;
H A DQED.cpp248 uint64_t offClusterNew; member in struct:QEDCLUSTERASYNCALLOC
1478 pClusterAlloc->offClusterNew = offData;
1495 uint64_t offUpdateLe = RT_H2LE_U64(pClusterAlloc->offClusterNew);
1516 pClusterAlloc->pL2Entry->paL2Tbl[pClusterAlloc->idxL2] = pClusterAlloc->offClusterNew;
1923 pL2ClusterAlloc->offClusterNew = offL2Tbl;
1970 pDataClusterAlloc->offClusterNew = offData;

Completed in 55 milliseconds