HomeSort by relevance Sort by last modified time
    Searched refs:free_chunks (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
e2freefrag.h 14 unsigned long free_chunks; /* total free chunks of given size */ member in struct:chunk_info
e2freefrag.c 136 info->free_chunks++;
164 total_chunks, info->free_chunks,
165 (double)info->free_chunks * 100 / total_chunks);

Completed in 257 milliseconds