Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:FindLastInFree

1791          if (FindLastInFree(startSector) >= endSector) {
2128 lastBlock = FindLastInFree(firstBlock);
2170 uint64_t GPTData::FindLastInFree(uint64_t start) {
2182 } // GPTData::FindLastInFree()
2199 lastBlock = FindLastInFree(firstBlock);