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

/vbox/src/VBox/Storage/
H A DQCOW.cpp207 uint64_t offNextCluster; member in struct:QCOWIMAGE
815 offCluster = pImage->offNextCluster;
816 pImage->offNextCluster += cClusters*pImage->cbCluster;
1064 pImage->offNextCluster = RT_ALIGN_64(cbFile, 512); /* Align image to sector boundary. */
1065 Assert(pImage->offNextCluster >= cbFile);
1256 pImage->offNextCluster = RT_ALIGN_64(QCOW_V1_HDR_SIZE + pImage->cbL1Table, pImage->cbCluster);
1281 rc = vdIfIoIntFileSetSize(pImage->pIfIo, pImage->pStorage, pImage->offNextCluster);

Completed in 50 milliseconds