Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
De4defrag.c1046 int now_ext_count, best_ext_count = 0, physical_ext_count; in file_statistic() local
1152 best_ext_count = get_best_count(blk_count); in file_statistic()
1158 ratio = (float)(physical_ext_count - best_ext_count) * 100 / in file_statistic()
1162 extents_after_defrag += best_ext_count; in file_statistic()
1191 best_ext_count, size_per_ext); in file_statistic()
1195 best_ext_count, size_per_ext); in file_statistic()
1220 best_ext_count, size_per_ext); in file_statistic()
1225 best_ext_count, size_per_ext); in file_statistic()
1261 frag_rank[i].best_count = best_ext_count; in file_statistic()