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

/vbox/src/VBox/Storage/
H A DVMDK.cpp4517 uint32_t uGTHash, uGTBlockIndex; local
4566 uGTBlockIndex = (uSector / pExtent->cSectorsPerGrain) % VMDK_GT_CACHELINE_SIZE;
4567 uint32_t uGrainSector = pGTCacheEntry->aGTData[uGTBlockIndex];
4695 uint32_t uGTHash, uGTBlockIndex; local
4745 uGTBlockIndex = (uSector / pExtent->cSectorsPerGrain) % VMDK_GT_CACHELINE_SIZE;
4746 aGTDataTmp[uGTBlockIndex] = RT_H2LE_U32(VMDK_BYTE2SECTOR(pGrainAlloc->uGrainOffset));
4747 pGTCacheEntry->aGTData[uGTBlockIndex] = VMDK_BYTE2SECTOR(pGrainAlloc->uGrainOffset);

Completed in 64 milliseconds