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

/vbox/src/VBox/Storage/
H A DVMDK.cpp4516 uint64_t uGDIndex, uGTSector, uGTBlock; local
4534 uGDIndex = uSector / pExtent->cSectorsPerGDE;
4535 if (uGDIndex >= pExtent->cGDEntries)
4537 uGTSector = pExtent->pGD[uGDIndex];
4816 uint64_t uGDIndex, uGTSector, uRGTSector; local
4831 uGDIndex = uSector / pExtent->cSectorsPerGDE;
4832 if (uGDIndex >= pExtent->cGDEntries)
4837 uGTSector = pExtent->pGD[uGDIndex];
4839 uRGTSector = pExtent->pRGD[uGDIndex];
4931 VMDK_SECTOR2BYTE(pExtent->uSectorGD) + uGDIndex * sizeo
[all...]

Completed in 62 milliseconds