Lines Matching refs:MIN_AF_ALIGNMENT
78 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default102 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default2299 if ((align < MIN_AF_ALIGNMENT) && (diskSize >= SMALLEST_ADVANCED_FORMAT))2300 align = MIN_AF_ALIGNMENT;