Searched defs:sectorAlignment (Results 1 - 3 of 3) sorted by relevance

/external/gptfdisk/
H A Dgpt.h82 uint32_t sectorAlignment; // Start partitions at multiples of sectorAlignment member in class:GPTData
191 uint32_t GetAlignment(void) {return sectorAlignment;}
H A Dgpttext.cc219 << sector << " in\norder to align on " << sectorAlignment local
H A Dgpt.cc81 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 " local
1449 cout << "Partitions will be aligned on " << sectorAlignment << "-sector boundaries\n"; local
1794 << startSector << " in\norder to align on " << sectorAlignment local
1861 sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize;
1863 sectorAlignment
[all...]

Completed in 120 milliseconds