Lines Matching refs:defraged_file_count
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()
1427 if (defraged_file_count > total_count) in file_defrag()
1428 total_count = defraged_file_count; in file_defrag()
1431 printf("[%u/%u]", defraged_file_count, total_count); in file_defrag()
1612 defraged_file_count, total_count, file, 100); in file_defrag()
1722 defraged_file_count = 0; in main()