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

/vbox/src/VBox/Storage/
H A DVMDK.cpp140 #define VMDK_2G_SPLIT_SIZE (2047 * 1024 * 1024) macro
3595 cExtents = cbSize / VMDK_2G_SPLIT_SIZE;
3598 if (cbSize % VMDK_2G_SPLIT_SIZE)
3670 cbExtent = RT_MIN(cbRemaining, VMDK_2G_SPLIT_SIZE);

Completed in 69 milliseconds