Searched refs:FindFreeBlocks (Results 1 – 2 of 2) sorted by relevance
182 uint64_t FindFreeBlocks(uint32_t *numSegments, uint64_t *largestSegment);
334 totalFree = FindFreeBlocks(&numSegments, &largestSegment); in Verify()1441 totalFree = FindFreeBlocks(&i, &temp); in DisplayGPTData()2186 uint64_t GPTData::FindFreeBlocks(uint32_t *numSegments, uint64_t *largestSegment) { in FindFreeBlocks() function in GPTData