Lines Matching defs:sectorAlignment
81 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
106 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
142 sectorAlignment = orig.sectorAlignment;
325 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % sectorAlignment) != 0) {
327 << sectorAlignment << "-sector boundary. This may\nresult "
1449 cout << "Partitions will be aligned on " << sectorAlignment << "-sector boundaries\n";
1794 << startSector << " in\norder to align on " << sectorAlignment
1861 sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize;
1863 sectorAlignment = DEFAULT_ALIGNMENT;
1978 // multiple of sectorAlignment. This is done to improve the performance
1992 if ((*sector % sectorAlignment) != 0) {
1993 earlier = (*sector / sectorAlignment) * sectorAlignment;
1994 later = earlier + (uint64_t) sectorAlignment;
2268 sectorAlignment = n;
2308 sectorAlignment = align;