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

/vbox/include/VBox/
H A Dvd-filter-backend.h87 PVDIOCTX pIoCtx));
100 PVDIOCTX pIoCtx));
H A Dvd-ifs-internal.h85 typedef struct VDIOCTX *PVDIOCTX; typedef in typeref:struct:VDIOCTX
102 typedef DECLCALLBACK(int) FNVDXFERCOMPLETED(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq);
222 uint64_t uOffset, PVDIOCTX pIoCtx,
238 uint64_t uOffset, PVDIOCTX pIoCtx,
267 size_t cbBuffer, PVDIOCTX pIoCtx,
289 size_t cbBuffer, PVDIOCTX pIoCtx,
316 PVDIOCTX pIoCtx,
329 DECLR3CALLBACKMEMBER(size_t, pfnIoCtxCopyTo, (void *pvUser, PVDIOCTX pIoCtx,
341 DECLR3CALLBACKMEMBER(size_t, pfnIoCtxCopyFrom, (void *pvUser, PVDIOCTX pIoCtx,
353 DECLR3CALLBACKMEMBER(size_t, pfnIoCtxSet, (void *pvUser, PVDIOCTX pIoCt
[all...]
H A Dvd-cache-backend.h139 PVDIOCTX pIoCtx, size_t *pcbActuallyRead));
157 PVDIOCTX pIoCtx, size_t *pcbWriteProcess));
166 DECLR3CALLBACKMEMBER(int, pfnFlush, (void *pBackendData, PVDIOCTX pIoCtx));
179 DECLR3CALLBACKMEMBER(int, pfnDiscard, (void *pBackendData, PVDIOCTX pIoCtx,
H A Dvd-image-backend.h191 PVDIOCTX pIoCtx, size_t *pcbActuallyRead));
215 PVDIOCTX pIoCtx,
226 DECLR3CALLBACKMEMBER(int, pfnFlush, (void *pBackendData, PVDIOCTX pIoCtx));
252 DECLR3CALLBACKMEMBER(int, pfnDiscard, (void *pBackendData, PVDIOCTX pIoCtx,
/vbox/src/VBox/Storage/
H A DVD.cpp270 volatile PVDIOCTX pIoCtxHead;
273 volatile PVDIOCTX pIoCtxHaltedHead;
277 volatile PVDIOCTX pIoCtxBlockedHead;
281 volatile PVDIOCTX pIoCtxLockOwner;
336 typedef DECLCALLBACK(int) FNVDIOCTXTRANSFER (PVDIOCTX pIoCtx);
418 PVDIOCTX pIoCtxParent;
493 #define NIL_VDIOCTX ((PVDIOCTX)0)
507 PVDIOCTX pIoCtx;
536 PVDIOCTX pIoCtx;
663 static int vdDiscardHelperAsync(PVDIOCTX pIoCt
[all...]
H A DVHD.cpp617 static int vhdAsyncExpansionComplete(PVHDIMAGE pImage, PVDIOCTX pIoCtx, PVHDIMAGEEXPAND pExpand)
672 static int vhdAsyncExpansionStepCompleted(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq, unsigned iStep)
691 static int vhdAsyncExpansionDataBlockBitmapComplete(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
696 static int vhdAsyncExpansionDataComplete(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
701 static int vhdAsyncExpansionBatUpdateComplete(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
706 static int vhdAsyncExpansionFooterUpdateComplete(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
1492 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
1608 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
1841 static int vhdFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DQCOW.cpp692 static int qcowL2TblCacheFetch(PQCOWIMAGE pImage, PVDIOCTX pIoCtx, uint64_t offL2Tbl,
834 static int qcowConvertToImageOffset(PQCOWIMAGE pImage, PVDIOCTX pIoCtx,
937 static int qcowFlushImageAsync(PQCOWIMAGE pImage, PVDIOCTX pIoCtx)
1300 static int qcowAsyncClusterAllocRollback(PQCOWIMAGE pImage, PVDIOCTX pIoCtx, PQCOWCLUSTERASYNCALLOC pClusterAlloc)
1340 static DECLCALLBACK(int) qcowAsyncClusterAllocUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
1688 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
1739 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
1920 static int qcowFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DQED.cpp620 static int qedL2TblCacheFetchAsync(PQEDIMAGE pImage, PVDIOCTX pIoCtx,
782 static int qedConvertToImageOffset(PQEDIMAGE pImage, PVDIOCTX pIoCtx,
865 static int qedFlushImageAsync(PQEDIMAGE pImage, PVDIOCTX pIoCtx)
1393 static int qedAsyncClusterAllocRollback(PQEDIMAGE pImage, PVDIOCTX pIoCtx, PQEDCLUSTERASYNCALLOC pClusterAlloc)
1434 static DECLCALLBACK(int) qedAsyncClusterAllocUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
1782 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
1833 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
2015 static int qedFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DParallels.cpp618 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
663 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
746 static int parallelsFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DRAW.cpp628 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
643 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
662 static int rawFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DVDI.cpp65 static int vdiUpdateHeaderAsync(PVDIIMAGEDESC pImage, PVDIOCTX pIoCtx);
66 static int vdiUpdateBlockInfoAsync(PVDIIMAGEDESC pImage, unsigned uBlock, PVDIOCTX pIoCtx,
978 static int vdiUpdateHeaderAsync(PVDIIMAGEDESC pImage, PVDIOCTX pIoCtx)
1043 PVDIOCTX pIoCtx, bool fUpdateHdr)
1069 static int vdiFlushImageIoCtx(PVDIIMAGEDESC pImage, PVDIOCTX pIoCtx)
1099 static DECLCALLBACK(int) vdiDiscardBlockAsyncUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
1189 static int vdiDiscardBlockAsync(PVDIIMAGEDESC pImage, PVDIOCTX pIoCtx,
1285 static DECLCALLBACK(int) vdiBlockAllocUpdate(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
1566 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
1633 PVDIOCTX pIoCt
[all...]
H A DDMG.cpp458 static int dmgWrapFileReadUser(PDMGIMAGE pThis, RTFOFF off, PVDIOCTX pIoCtx, size_t cbToRead)
1896 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
1984 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
2006 static DECLCALLBACK(int) dmgFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DVMDK.cpp532 static int vmdkFlushImage(PVMDKIMAGE pImage, PVDIOCTX pIoCtx);
536 static int vmdkAllocGrainComplete(void *pBackendData, PVDIOCTX pIoCtx,
2427 static int vmdkWriteDescriptor(PVMDKIMAGE pImage, PVDIOCTX pIoCtx)
2725 uint64_t uOffset, PVDIOCTX pIoCtx)
4383 static int vmdkFlushImage(PVMDKIMAGE pImage, PVDIOCTX pIoCtx)
4511 static int vmdkGetSector(PVMDKIMAGE pImage, PVDIOCTX pIoCtx,
4580 uint64_t uSector, PVDIOCTX pIoCtx,
4689 static int vmdkAllocGrainGTUpdate(PVMDKIMAGE pImage, PVMDKEXTENT pExtent, PVDIOCTX pIoCtx,
4785 static int vmdkAllocGrainComplete(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)
4812 static int vmdkAllocGrain(PVMDKIMAGE pImage, PVMDKEXTENT pExtent, PVDIOCTX pIoCt
[all...]
H A DVCICache.cpp1637 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
1677 PVDIOCTX pIoCtx, size_t *pcbWriteProcess)
1702 static int vciFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DVHDX.cpp1905 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
1963 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
1988 static int vhdxFlush(void *pBackendData, PVDIOCTX pIoCtx)
H A DISCSI.cpp340 PVDIOCTX pIoCtx;
4664 PVDIOCTX pIoCtx, size_t *pcbActuallyRead)
4788 PVDIOCTX pIoCtx, size_t *pcbWriteProcess, size_t *pcbPreRead,
4913 static int iscsiFlush(void *pBackendData, PVDIOCTX pIoCtx)

Completed in 451 milliseconds