Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dgpt.cc217 uint64_t totalFree, largestSegment; in Verify() local
430 totalFree = FindFreeBlocks(&numSegments, &largestSegment); in Verify()
431 cout << "\nNo problems found. " << totalFree << " free sectors (" in Verify()
432 << BytesToIeee(totalFree, blockSize) << ") available in " in Verify()
1579 uint64_t temp, totalFree; in DisplayGPTData() local
1595 totalFree = FindFreeBlocks(&i, &temp); in DisplayGPTData()
1597 cout << "Total free space is " << totalFree << " sectors (" in DisplayGPTData()
1598 << BytesToIeee(totalFree, blockSize) << ")\n"; in DisplayGPTData()