Searched refs:real_free_chunks (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A De2freefrag.h15 unsigned long real_free_chunks; /* free chunks of any size */ member in struct:chunk_info
H A De2freefrag.c68 info->real_free_chunks = 0;
92 info->real_free_chunks++;
173 if (info->real_free_chunks) {
177 info->avg = info->avg / info->real_free_chunks * scale;
184 fprintf(f, "Num. free extent: %lu\n", info->real_free_chunks);

Completed in 70 milliseconds