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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp2432 size_t cbThisDiscard = 0; local
2447 cbThisDiscard = RT_MIN(pEntry->cbData - offDiff, cbLeft);
2540 offCur += cbThisDiscard;
2541 cbLeft -= cbThisDiscard;
/vbox/src/VBox/Storage/
H A DVD.cpp412 size_t cbThisDiscard; member in struct:VDIOCTX::__anon16785::__anon16787
1427 pIoCtx->Req.Discard.cbThisDiscard = 0;
3318 size_t cbThisDiscard = pIoCtx->Req.Discard.cbThisDiscard; local
3327 offStart, cbThisDiscard, &cbPreAllocated,
3328 &cbPostAllocated, &cbThisDiscard,
3337 pBlock->Core.KeyLast = offStart + cbThisDiscard + cbPostAllocated - 1;
3338 pBlock->cbDiscard = cbPreAllocated + cbThisDiscard + cbPostAllocated;
3346 Assert(pIoCtx->Req.Discard.cbDiscardLeft >= cbThisDiscard);
3347 pIoCtx->Req.Discard.cbDiscardLeft -= cbThisDiscard;
3412 size_t cbThisDiscard; local
[all...]

Completed in 75 milliseconds