Lines Matching defs:IoCtx

1254                 VDIOCTX IoCtx;
1255 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_DISCARD, 0, 0, NULL,
1258 &IoCtx, offStart, cbThis, NULL,
2180 VDIOCTX IoCtx;
2185 vdIoCtxInit(&IoCtx, pParentState->pDisk, VDIOCTXTXDIR_READ, uOffset, cbRead, pParentState->pImage,
2187 int rc = vdReadHelperAsync(&IoCtx);
2225 VDIOCTX IoCtx;
2240 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_READ, uOffset, cbRead, pImage, &SgBuf,
2243 IoCtx.Req.Io.pImageParentOverride = pImageParentOverride;
2244 IoCtx.Req.Io.cImagesRead = cImagesRead;
2245 IoCtx.Type.Root.pfnComplete = vdIoCtxSyncComplete;
2246 IoCtx.Type.Root.pvUser1 = pDisk;
2247 IoCtx.Type.Root.pvUser2 = hEventComplete;
2248 rc = vdIoCtxProcessSync(&IoCtx, hEventComplete);
2304 VDIOCTX IoCtx;
2305 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_FLUSH, 0, 0, NULL,
2307 pDisk->pLast->Backend->pfnFlush(pDisk->pLast->pBackendData, &IoCtx);
2324 VDIOCTX IoCtx;
2336 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_WRITE, uOffset, cbWrite, pImage, &SgBuf,
2339 IoCtx.Req.Io.pImageParentOverride = pImageParentOverride;
2340 IoCtx.Req.Io.cImagesRead = cImagesRead;
2341 IoCtx.pIoCtxParent = NULL;
2342 IoCtx.Type.Root.pfnComplete = vdIoCtxSyncComplete;
2343 IoCtx.Type.Root.pvUser1 = pDisk;
2344 IoCtx.Type.Root.pvUser2 = hEventComplete;
2346 rc = vdIoCtxProcessSync(&IoCtx, hEventComplete);
2411 VDIOCTX IoCtx;
2416 vdIoCtxInit(&IoCtx, pDiskFrom, VDIOCTXTXDIR_READ, 0, 0, NULL,
2421 uOffset, cbThisRead, &IoCtx,
2435 &IoCtx, &cbThisRead);
7685 VDIOCTX IoCtx;
7690 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_READ, 0, 0, NULL,
7700 &IoCtx, &cbThisRead);
7713 &IoCtx, &cbThisRead);
7814 VDIOCTX IoCtx;
7821 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_READ, 0, 0, NULL,
7839 &IoCtx, &cbThisRead);
8740 VDIOCTX IoCtx;
8745 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_READ, 0, 0, NULL,
8749 cbThisRead, &IoCtx, &cbThisRead);
8756 rc = vdFilterChainApplyRead(pDisk, uOffset, cbThisRead, &IoCtx);
8760 rc = vdFilterChainApplyWrite(pDisk, uOffset, cbThisRead, &IoCtx);
8769 cbThisRead, &IoCtx, &cbThisWrite,
9335 VDIOCTX IoCtx;
9342 vdIoCtxInit(&IoCtx, pDisk, VDIOCTXTXDIR_FLUSH, 0, 0, pImage, NULL,
9345 IoCtx.Type.Root.pfnComplete = vdIoCtxSyncComplete;
9346 IoCtx.Type.Root.pvUser1 = pDisk;
9347 IoCtx.Type.Root.pvUser2 = hEventComplete;
9348 rc = vdIoCtxProcessSync(&IoCtx, hEventComplete);
10704 VDIOCTX IoCtx;
10711 vdIoCtxDiscardInit(&IoCtx, pDisk, paRanges, cRanges,
10714 rc = vdIoCtxProcessSync(&IoCtx, hEventComplete);