Searched refs:uOffsetInFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DParallels.cpp625 uint64_t uOffsetInFile; local
649 uOffsetInFile = (pImage->pAllocationBitmap[iIndexInAllocationTable] + uSector) * 512;
650 rc = vdIfIoIntFileReadUser(pImage->pIfIo, pImage->pStorage, uOffsetInFile,
671 uint64_t uOffsetInFile; local
709 uOffsetInFile = (uint64_t)pImage->pAllocationBitmap[iIndexInAllocationTable] * 512;
715 uOffsetInFile, pIoCtx, cbToWrite, NULL, NULL);
732 uOffsetInFile = (pImage->pAllocationBitmap[iIndexInAllocationTable] + uSector) * 512;
734 uOffsetInFile, pIoCtx, cbToWrite, NULL, NULL);

Completed in 51 milliseconds