Lines Matching defs:uSectorExtentRel

5717     uint64_t uSectorExtentRel;
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;
5869 &pExtent, &uSectorExtentRel);
5890 rc = vmdkGetSector(pImage, pIoCtx, pExtent, uSectorExtentRel, &uSectorExtentAbs);
5894 cbToWrite = RT_MIN(cbToWrite, VMDK_SECTOR2BYTE(pExtent->cSectorsPerGrain - uSectorExtentRel % pExtent->cSectorsPerGrain));
5896 && uSectorExtentRel < (uint64_t)pExtent->uLastGrainAccess * pExtent->cSectorsPerGrain)
5913 uSectorExtentRel, cbToWrite);
5923 cbToWrite = RT_MIN(cbToWrite, VMDK_SECTOR2BYTE(pExtent->uSectorOffset + pExtent->cNominalSectors - uSectorExtentRel));
5924 *pcbPreRead = VMDK_SECTOR2BYTE(uSectorExtentRel % pExtent->cSectorsPerGrain);
5932 uSectorExtentRel,
5959 cbToWrite = RT_MIN(cbToWrite, VMDK_SECTOR2BYTE(pExtent->uSectorOffset + pExtent->cNominalSectors - uSectorExtentRel));
5961 VMDK_SECTOR2BYTE(uSectorExtentRel),
5966 cbToWrite = RT_MIN(cbToWrite, VMDK_SECTOR2BYTE(pExtent->uSectorOffset + pExtent->cNominalSectors - uSectorExtentRel));