Searched refs:uBlockLast (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/
H A DVDICore.h593 unsigned uBlockLast; member in struct:VDIBLOCKDISCARDASYNC
H A DVDI.cpp1143 pImage->paBlocks[pDiscardAsync->uBlockLast] = pDiscardAsync->ptrBlockDiscard;
1144 pImage->paBlocksRev[pDiscardAsync->ptrBlockDiscard] = pDiscardAsync->uBlockLast;
1146 rc = vdiUpdateBlockInfoAsync(pImage, pDiscardAsync->uBlockLast, pIoCtx, false /* fUpdateHdr */);
1207 pDiscardAsync->uBlockLast = pImage->paBlocksRev[pDiscardAsync->idxLastBlock];
1216 pDiscardAsync->uBlockLast, pDiscardAsync->idxLastBlock,

Completed in 264 milliseconds