Lines Matching defs:ops
371 const struct xchk_meta_ops *ops;
386 ops = &meta_scrub_ops[sm->sm_type];
387 if (ops->setup == NULL || ops->scrub == NULL)
390 if (ops->has && !ops->has(mp))
395 switch (ops->type) {
421 * for ops->repair until after our scrub confirms that we need to
508 sc->ops = &meta_scrub_ops[sm->sm_type];
524 error = sc->ops->setup(sc);
534 error = sc->ops->scrub(sc);