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

/vbox/src/VBox/Storage/
H A DVD.cpp442 size_t cbPreRead; member in struct:VDIOCTX::__anon16788::__anon16790
2589 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead; local
2595 pIoCtx->Req.Io.uOffset - cbPreRead,
2596 cbPreRead + cbThisWrite + cbPostRead,
2597 pIoCtx, NULL, &cbPreRead, &cbPostRead, 0);
2599 Assert(rc == VERR_VD_NOT_ENOUGH_METADATA || cbPreRead == 0);
2618 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead; local
2633 RTSgBufAdvance(&pIoCtx->Req.Io.SgBuf, cbPreRead);
2725 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead; local
2895 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead; local
2960 size_t cbPreRead, cbPostRead; local
8766 size_t cbPreRead = 0; local
[all...]

Completed in 80 milliseconds