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