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

/vbox/src/VBox/Storage/
H A DVHD.cpp398 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
461 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
483 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, 0,
487 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
524 vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->uBlockAllocationTableOffset,
1059 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, 0, pvTmp,
1080 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, sizeof(VHDFooter),
1086 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->uBlockAllocationTableOffset,
1207 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->uCurrentEndOfFile,
1219 rc = vdIfIoIntFileWriteSync(pImag
[all...]
H A DVDI.cpp660 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, 0,
672 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, sizeof(pImage->PreHeader),
682 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->offStartBlocks, pImage->paBlocks,
717 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->offStartData + uOff,
947 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, sizeof(VDIPREHEADER),
956 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, sizeof(VDIPREHEADER),
963 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, sizeof(VDIPREHEADER),
1030 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
2597 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, u64Offset,
2744 rc = vdIfIoIntFileWriteSync(pImag
[all...]
H A DVDIfVfs.cpp135 rc = vdIfIoIntFileWriteSync(pThis->pVDIfsIoInt, pThis->pStorage, off, pSgBuf[0].pvSegCur, pSgBuf->paSegs[0].cbSeg);
H A DVCICache.cpp715 rc = vdIfIoIntFileWriteSync(pStorage->pIfIo, pStorage->pStorage, offBlkMap,
745 rc = vdIfIoIntFileWriteSync(pStorage->pIfIo, pStorage->pStorage,
762 rc = vdIfIoIntFileWriteSync(pStorage->pIfIo, pStorage->pStorage,
1397 rc = vdIfIoIntFileWriteSync(pCache->pIfIo, pCache->pStorage, offHdr, &Hdr,
1416 rc = vdIfIoIntFileWriteSync(pCache->pIfIo, pCache->pStorage, offTreeRoot,
H A DParallels.cpp130 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
344 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, 0,
H A DRAW.cpp152 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
305 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, uOff,
H A DQCOW.cpp903 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
912 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->offL1Table,
920 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, 0, &Header,
2458 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
H A DQED.cpp832 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
841 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->offL1Table,
848 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, 0, &Header,
2553 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage,
H A DVMDK.cpp834 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage,
1325 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage,
1343 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage,
3510 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage,
3713 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage,
4191 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage, uFileOffset,
4209 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage, uFileOffset,
4298 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage, uFileOffset,
4308 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pExtent->pFile->pStorage,
4323 rc = vdIfIoIntFileWriteSync(pImag
[all...]
/vbox/include/VBox/
H A Dvd-ifs-internal.h487 DECLINLINE(int) vdIfIoIntFileWriteSync(PVDINTERFACEIOINT pIfIoInt, PVDIOSTORAGE pStorage, function

Completed in 102 milliseconds