Searched refs:defraged_file_count (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | e4defrag.c | 173 static unsigned int defraged_file_count; variable 541 " extents: %d -> %d\n", defraged_file_count, in file_check() 554 " extents: %d -> %d\n", defraged_file_count, in file_check() 1058 defraged_file_count++; in file_statistic() 1059 if (defraged_file_count > total_count) in file_statistic() 1060 total_count = defraged_file_count; in file_statistic() 1066 printf("[%u/%u]", defraged_file_count, total_count); in file_statistic() 1219 defraged_file_count, total_count, file); in file_statistic() 1293 defraged_file_count, total_count, file, min(percent, 100)); in print_progress() 1426 defraged_file_count++; in file_defrag() [all …]
|