Searched refs:defraged_file_count (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | e4defrag.c | 172 static unsigned int defraged_file_count; variable 590 " extents: %d -> %d\n", defraged_file_count, in file_check() 603 " extents: %d -> %d\n", defraged_file_count, in file_check() 1103 defraged_file_count++; in file_statistic() 1109 printf("[%u/%u]", defraged_file_count, total_count); in file_statistic() 1262 defraged_file_count, total_count, file); in file_statistic() 1336 defraged_file_count, total_count, file, min(percent, 100)); in print_progress() 1469 defraged_file_count++; in file_defrag() 1472 printf("[%u/%u]", defraged_file_count, total_count); in file_defrag() 1656 defraged_file_count, total_count, file, 100); in file_defrag() [all …]
|