Home
last modified time | relevance | path

Searched refs:MIN_AF_ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/third_party/gptfdisk/
H A Dgpt.h21 #define MIN_AF_ALIGNMENT 8 macro
H A Dgpt.cc81 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()
146 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()
2545 if ((align < MIN_AF_ALIGNMENT) && (diskSize >= SMALLEST_ADVANCED_FORMAT)) in ComputeAlignment()
2546 align = MIN_AF_ALIGNMENT; in ComputeAlignment()

Completed in 5 milliseconds