Lines Matching refs:sectorAlignment
78 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()
102 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()
137 sectorAlignment = orig.sectorAlignment; in operator =()
320 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % sectorAlignment) != 0) { in Verify()
322 << sectorAlignment << "-sector boundary. This may\nresult " in Verify()
1442 cout << "Partitions will be aligned on " << sectorAlignment << "-sector boundaries\n"; in DisplayGPTData()
1787 << startSector << " in\norder to align on " << sectorAlignment in CreatePartition()
1854 sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize; in ClearGPTData()
1856 sectorAlignment = DEFAULT_ALIGNMENT; in ClearGPTData()
1985 if ((*sector % sectorAlignment) != 0) { in Align()
1986 earlier = (*sector / sectorAlignment) * sectorAlignment; in Align()
1987 later = earlier + (uint64_t) sectorAlignment; in Align()
2261 sectorAlignment = n; in SetAlignment()
2301 sectorAlignment = align; in ComputeAlignment()