Lines Matching defs:ops
365 const struct xchk_meta_ops *ops;
380 ops = &meta_scrub_ops[sm->sm_type];
381 if (ops->setup == NULL || ops->scrub == NULL)
384 if (ops->has && !ops->has(&mp->m_sb))
389 switch (ops->type) {
410 * for ops->repair until after our scrub confirms that we need to
491 sc.ops = &meta_scrub_ops[sm->sm_type];
503 error = sc.ops->setup(&sc, ip);
508 error = sc.ops->scrub(&sc);