mfi_display_progress
mfi_display_progress("Rebuild", &info.prog_info.rbld);
mfi_display_progress("Patrol Read", &info.prog_info.patrol);
mfi_display_progress("Clear", &info.prog_info.clear);
mfi_display_progress(label,
mfi_display_progress("Consistency Check",
mfi_display_progress("Background Init",
mfi_display_progress("Foreground Init",
mfi_display_progress("Reconstruction",
mfi_display_progress("Rebuild", &pinfo.prog_info.rbld);
mfi_display_progress("Patrol Read",
mfi_display_progress("Clear", &pinfo.prog_info.clear);
mfi_display_progress("Consistency Check", &info.progress.cc);
mfi_display_progress("Background Init", &info.progress.bgi);
mfi_display_progress("Foreground Init", &info.progress.fgi);
mfi_display_progress("Reconstruction", &info.progress.recon);
void mfi_display_progress(const char *label, struct mfi_progress *prog);