Home
last modified time | relevance | path

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

/external/mtools/
Dfile.c84 size_t currentClusters, neededClusters; in recalcPreallocSize() local
101 currentClusters = (This->FileSize + clus_size - 1) / clus_size; in recalcPreallocSize()
103 neededPrealloc = neededClusters - currentClusters; in recalcPreallocSize()