D | fsck.c | 140 static double percent(int pass, unsigned long cur, unsigned long max) { in percent() argument 155 (double) cur / (double) max; in percent() 176 unsigned long cur, max; in process_progress() local 181 if (fscanf(f, "%i %lu %lu %ms", &pass, &cur, &max, &device) != 4) { in process_progress() 208 p = percent(pass, cur, max); in process_progress()
|