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

/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp118 PIOLOGENT apIoLog[1]; member in struct:DRVDISKSEGMENT
337 pSeg = (PDRVDISKSEGMENT)RTMemAllocZ(RT_OFFSETOF(DRVDISKSEGMENT, apIoLog[cbRange / 512]));
378 pIoLogOld = pSeg->apIoLog[uSector];
386 pSeg->apIoLog[uSector] = pIoLogEnt;
488 pSeg->apIoLog[cSector]->off,
489 pSeg->apIoLog[cSector]->cbWrite,
490 pSeg->apIoLog[cSector]->cRefs);
565 drvdiskintIoLogEntryRelease(pSeg->apIoLog[idx]);
574 drvdiskintIoLogEntryRelease(pSeg->apIoLog[idx]);
575 pSeg = (PDRVDISKSEGMENT)RTMemRealloc(pSeg, RT_OFFSETOF(DRVDISKSEGMENT, apIoLog[cbPreLef
[all...]

Completed in 46 milliseconds