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

/vbox/src/VBox/Storage/
H A DVMDK.cpp5717 uint64_t uSectorExtentRel; local
5733 &pExtent, &uSectorExtentRel);
5745 cbToRead = RT_MIN(cbToRead, VMDK_SECTOR2BYTE(pExtent->uSectorOffset + pExtent->cNominalSectors - uSectorExtentRel));
5754 rc = vmdkGetSector(pImage, pIoCtx, pExtent, uSectorExtentRel, &uSectorExtentAbs);
5758 cbToRead = RT_MIN(cbToRead, VMDK_SECTOR2BYTE(pExtent->cSectorsPerGrain - uSectorExtentRel % pExtent->cSectorsPerGrain));
5768 uSectorExtentRel,
5778 uint32_t uSectorInGrain = uSectorExtentRel % pExtent->cSectorsPerGrain;
5795 pExtent->uGrain = uSectorExtentRel / pExtent->cSectorsPerGrain;
5796 Assert(uLBA == uSectorExtentRel);
5812 VMDK_SECTOR2BYTE(uSectorExtentRel),
5841 uint64_t uSectorExtentRel; local
[all...]

Completed in 99 milliseconds