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

/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp278 static void drvdiskintIoLogEntryRelease(PIOLOGENT pIoLogEnt) argument
280 pIoLogEnt->cRefs--;
281 if (!pIoLogEnt->cRefs)
282 RTMemFree(pIoLogEnt);
307 PIOLOGENT pIoLogEnt = (PIOLOGENT)RTMemAllocZ(sizeof(IOLOGENT)); local
308 if (!pIoLogEnt)
311 pIoLogEnt->off = off;
312 pIoLogEnt->cbWrite = cbWrite;
313 pIoLogEnt->cRefs = 0;
386 pSeg->apIoLog[uSector] = pIoLogEnt;
[all...]

Completed in 4673 milliseconds