Lines Matching refs:sectorAlignment
81 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
113 sectorAlignment = orig.sectorAlignment;
146 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
184 sectorAlignment = orig.sectorAlignment;
217 uint32_t i, numSegments, testAlignment = sectorAlignment;
415 testAlignment = max(testAlignment, sectorAlignment);
417 testAlignment = sectorAlignment;
1606 cout << "Partitions will be aligned on " << sectorAlignment << "-sector boundaries\n";
1985 << startSector << " in\norder to align on " << sectorAlignment
2053 sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize;
2055 sectorAlignment = DEFAULT_ALIGNMENT;
2170 // multiple of sectorAlignment. This is done to improve the performance
2184 if ((*sector % sectorAlignment) != 0) {
2185 earlier = (*sector / sectorAlignment) * sectorAlignment;
2186 later = earlier + (uint64_t) sectorAlignment;
2499 sectorAlignment = n;
2547 sectorAlignment = align;