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

/vbox/src/VBox/Storage/
H A DQCOW.cpp277 uint64_t offNextClusterOld; member in struct:QCOWCLUSTERASYNCALLOC
1310 rc = vdIfIoIntFileSetSize(pImage->pIfIo, pImage->pStorage, pClusterAlloc->offNextClusterOld);
1318 rc = vdIfIoIntFileSetSize(pImage->pIfIo, pImage->pStorage, pClusterAlloc->offNextClusterOld);
1383 pClusterAlloc->offNextClusterOld = offData;
1828 pL2ClusterAlloc->offNextClusterOld = offL2Tbl;
1874 pDataClusterAlloc->offNextClusterOld = offData;

Completed in 38 milliseconds