Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
De4defrag.c183 static struct frag_statistic_ino frag_rank[SHOW_FRAG_FILES]; variable
1244 if (ratio >= frag_rank[i].ratio) { in file_statistic()
1246 memset(&frag_rank[j], 0, in file_statistic()
1248 strncpy(frag_rank[j].msg_buffer, in file_statistic()
1249 frag_rank[j - 1].msg_buffer, in file_statistic()
1250 strnlen(frag_rank[j - 1].msg_buffer, in file_statistic()
1252 frag_rank[j].now_count = in file_statistic()
1253 frag_rank[j - 1].now_count; in file_statistic()
1254 frag_rank[j].best_count = in file_statistic()
1255 frag_rank[j - 1].best_count; in file_statistic()
[all …]