Lines Matching refs:sectorAlignment
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()
142 sectorAlignment = orig.sectorAlignment; in operator =()
325 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % sectorAlignment) != 0) { in Verify()
327 << sectorAlignment << "-sector boundary. This may\nresult " in Verify()
1452 cout << "Partitions will be aligned on " << sectorAlignment << "-sector boundaries\n"; in DisplayGPTData()
1797 << startSector << " in\norder to align on " << sectorAlignment in CreatePartition()
1864 sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize; in ClearGPTData()
1866 sectorAlignment = DEFAULT_ALIGNMENT; in ClearGPTData()
1995 if ((*sector % sectorAlignment) != 0) { in Align()
1996 earlier = (*sector / sectorAlignment) * sectorAlignment; in Align()
1997 later = earlier + (uint64_t) sectorAlignment; in Align()
2271 sectorAlignment = n; in SetAlignment()
2311 sectorAlignment = align; in ComputeAlignment()