Home
last modified time | relevance | path

Searched refs:sectorAlignment (Results 1 – 7 of 7) sorted by relevance

/third_party/gptfdisk/
Dgpt.cc81 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()
112 sectorAlignment = orig.sectorAlignment; in GPTData()
145 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default in GPTData()
183 sectorAlignment = orig.sectorAlignment; in operator =()
216 uint32_t i, numSegments, testAlignment = sectorAlignment; in Verify()
407 testAlignment = max(testAlignment, sectorAlignment); in Verify()
409 testAlignment = sectorAlignment; in Verify()
1596 cout << "Partitions will be aligned on " << sectorAlignment << "-sector boundaries\n"; in DisplayGPTData()
1958 << startSector << " in\norder to align on " << sectorAlignment in CreatePartition()
2026 sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize; in ClearGPTData()
[all …]
Dgpt.h81 uint32_t sectorAlignment; // Start partitions at multiples of sectorAlignment variable
195 uint32_t GetAlignment(void) {return sectorAlignment;} in GetAlignment()
Dsupport.cc137 …tring inValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sectorAlignment, uint64_t def… in IeeeToInt() argument
197 if ((high - def) < sectorAlignment) { in IeeeToInt()
Dsupport.h75 …ing IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sectorAlignment, uint64_t def…
Dgptcl.cc318 … startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, sectorAlignment, low); in DoOptions()
319 … endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, sectorAlignment, high); in DoOptions()
Dgpttext.cc237 << sector << " in\norder to align on " << sectorAlignment in CreatePartition()
568 response = IeeeToInt(line, blockSize, low, high, sectorAlignment, def); in GetSectorNum()
Dgptcurses.cc454 …nt(inLine, blockSize, currentSpace->firstLBA, currentSpace->lastLBA, sectorAlignment, newFirstLBA); in MakeNewPart()
468 newLastLBA = newFirstLBA + IeeeToInt(inLine, blockSize, 1, size, sectorAlignment, size) - 1; in MakeNewPart()