Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:FindFreeBlocks

339       totalFree = FindFreeBlocks(&numSegments, &largestSegment);
1448 totalFree = FindFreeBlocks(&i, &temp);
2193 uint64_t GPTData::FindFreeBlocks(uint32_t *numSegments, uint64_t *largestSegment) {
2219 } // GPTData::FindFreeBlocks()