Lines Matching defs:MB
71 #define MB (1024 * 1024)
73 #define MINFREESEC ((64 * 1024 * 1024) / DEV_BSIZE) /* sectors in 64 MB */
469 * a cylinder group size of 48MB. For disks with
471 * groups of around 40 - 50 MB, so we arbitrarily choose
472 * 48MB for disks with EFI labels. mkfs will reduce
797 * information is not available, default to the min of a MB and
808 * to ufs_maxmaxphys (MB).
811 maxcontig = MIN(maxphys, MB);
815 "will default to 1MB.\n"));
816 maxcontig = MB;