Home
last modified time | relevance | path

Searched refs:VHD_MAX_SECTORS (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dvpc.c58 #define VHD_MAX_SECTORS 0xff000000 /* 2040 GiB max image size */ macro
344 if (bs->total_sectors > VHD_MAX_SECTORS) { in vpc_open()
954 if (total_sectors > VHD_MAX_SECTORS) { in calculate_rounded_image_size()