Searched refs:sectorAlignment (Results 1 – 7 of 7) sorted by relevance
/third_party/gptfdisk/ |
D | gpt.cc | 81 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 …]
|
D | gpt.h | 81 uint32_t sectorAlignment; // Start partitions at multiples of sectorAlignment variable 195 uint32_t GetAlignment(void) {return sectorAlignment;} in GetAlignment()
|
D | support.cc | 137 …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()
|
D | support.h | 75 …ing IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sectorAlignment, uint64_t def…
|
D | gptcl.cc | 318 … 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()
|
D | gpttext.cc | 237 << sector << " in\norder to align on " << sectorAlignment in CreatePartition() 568 response = IeeeToInt(line, blockSize, low, high, sectorAlignment, def); in GetSectorNum()
|
D | gptcurses.cc | 454 …nt(inLine, blockSize, currentSpace->firstLBA, currentSpace->lastLBA, sectorAlignment, newFirstLBA); in MakeNewPart() 468 newLastLBA = newFirstLBA + IeeeToInt(inLine, blockSize, 1, size, sectorAlignment, size) - 1; in MakeNewPart()
|