Searched refs:MIN_AF_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
21 #define MIN_AF_ALIGNMENT 8 macro
81 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()106 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()2309 if ((align < MIN_AF_ALIGNMENT) && (diskSize >= SMALLEST_ADVANCED_FORMAT)) in ComputeAlignment()2310 align = MIN_AF_ALIGNMENT; in ComputeAlignment()