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

/vbox/src/VBox/Storage/
H A DVMDK.cpp271 uint64_t uSectorGD; member in struct:VMDKEXTENT
1057 if ( pExtent->uSectorGD == VMDK_GD_AT_END
1071 VMDK_SECTOR2BYTE(pExtent->uSectorGD),
1296 pExtent->uSectorGD = uStartSector;
1301 pExtent->uSectorGD = uStartSector + VMDK_BYTE2SECTOR(cbGDRounded + cbGTRounded);
1337 uOffsetSectors = pExtent->uSectorGD + VMDK_BYTE2SECTOR(cbGDRounded);
1344 VMDK_SECTOR2BYTE(pExtent->uSectorGD) + i * sizeof(uGTSectorLE),
2602 pExtent->uSectorGD = RT_LE2H_U64(Header.gdOffset);
2606 pExtent->uSectorGD = RT_LE2H_U64(Header.gdOffset);
2609 if ( ( pExtent->uSectorGD
[all...]

Completed in 57 milliseconds