Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dgptcl.cc251 cout << FindLastInFree(FindFirstInLargest()) << "\n"; in DoOptions()
317 high = FindLastInFree(low, alignEnd); in DoOptions()
333 endSector = FindLastInFree(startSector, alignEnd); in DoOptions()
546 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()
Dgpttext.cc245 lastBlock = FindLastInFree(firstBlock, false); in CreatePartition()
246 lastAligned = FindLastInFree(firstBlock, true); in CreatePartition()
493 hybridPart.SetLocation(1, hybridMBR.FindLastInFree(1)); in MakeHybrid()
Dmbr.cc88 partitions[i].SetLengthLBA(FindLastInFree(after) - partitions[i].GetStartLBA() + 1); in OptimizeEESize()
Dbasicmbr.h137 uint64_t FindLastInFree(uint64_t start);
Dgpt.h186 uint64_t FindLastInFree(uint64_t start, bool align = false);
Dgpt.cc1962 if (FindLastInFree(startSector) >= endSector) { in CreatePartition()
2312 lastBlock = FindLastInFree(firstBlock); in FindFirstInLargest()
2358 uint64_t GPTData::FindLastInFree(uint64_t start, bool align) { in FindLastInFree() function in GPTData
2393 lastBlock = FindLastInFree(firstBlock); in FindFreeBlocks()
Dbasicmbr.cc1103 lastBlock = FindLastInFree(firstBlock); in MakeBiggestPart()
1445 uint64_t BasicMBRData::FindLastInFree(uint64_t start) { in FindLastInFree() function in BasicMBRData