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

/vbox/src/VBox/Storage/
H A DVMDK.cpp283 uint32_t cSectorsPerGDE; member in struct:VMDKEXTENT
2518 uint64_t cSectorsPerGDE; local
2620 cSectorsPerGDE = pExtent->cGTEntries * pExtent->cSectorsPerGrain;
2621 if (!cSectorsPerGDE || cSectorsPerGDE > UINT32_MAX)
2626 pExtent->cSectorsPerGDE = cSectorsPerGDE;
2627 pExtent->cGDEntries = (pExtent->cSectors + cSectorsPerGDE - 1) / cSectorsPerGDE;
2793 uint64_t cSectorsPerGDE; local
3749 uint64_t cSectorsPerGDE, cSectorsPerGD; local
3894 uint64_t cSectorsPerGDE, cSectorsPerGD; local
[all...]

Completed in 285 milliseconds