Lines Matching defs:run
184 const struct xchk_stats_run *run)
210 css->retries += run->retries;
211 css->checktime_us += howmany_64(run->scrub_ns, NSEC_PER_USEC);
213 if (run->repair_attempted)
215 if (run->repair_succeeded)
217 css->repairtime_us += howmany_64(run->repair_ns, NSEC_PER_USEC);
221 /* Merge these scrub-run stats into the global and mount stat data. */
226 const struct xchk_stats_run *run)
228 xchk_stats_merge_one(&global_stats, sm, run);
229 xchk_stats_merge_one(mp->m_scrub_stats, sm, run);