Home
last modified time | relevance | path

Searched refs:FindLastInFree (Results 1 - 7 of 7) sorted by relevance

/third_party/gptfdisk/
H A Dgptcl.cc253 cout << FindLastInFree(FindFirstInLargest()) << "\n"; in DoOptions()
327 high = FindLastInFree(low, alignEnd); in DoOptions()
343 endSector = FindLastInFree(startSector, alignEnd); in DoOptions()
559 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()
H A Dgpttext.cc267 lastBlock = FindLastInFree(firstBlock, false); in CreatePartition()
268 lastAligned = FindLastInFree(firstBlock, true); in CreatePartition()
515 hybridPart.SetLocation(1, hybridMBR.FindLastInFree(1)); in MakeHybrid()
H A Dmbr.cc88 partitions[i].SetLengthLBA(FindLastInFree(after) - partitions[i].GetStartLBA() + 1); in OptimizeEESize()
H A Dbasicmbr.h137 uint64_t FindLastInFree(uint64_t start);
H A Dgpt.h188 uint64_t FindLastInFree(uint64_t start, bool align = false);
H A Dgpt.cc1989 if (FindLastInFree(startSector) >= endSector) { in CreatePartition()
2353 lastBlock = FindLastInFree(firstBlock); in FindFirstInLargest()
2399 uint64_t GPTData::FindLastInFree(uint64_t start, bool align) { in FindLastInFree() function in GPTData
2417 } // GPTData::FindLastInFree() in FindLastInFree()
2434 lastBlock = FindLastInFree(firstBlock); in FindFreeBlocks()
H A Dbasicmbr.cc1103 lastBlock = FindLastInFree(firstBlock); in MakeBiggestPart()
1445 uint64_t BasicMBRData::FindLastInFree(uint64_t start) { in FindLastInFree() function in BasicMBRData
1461 } // BasicMBRData::FindLastInFree() in FindLastInFree()

Completed in 11 milliseconds