Lines Matching defs:ops
769 * If the caller passed an ops structure and the buffer doesn't have ops
770 * assigned, set the ops and use it to verify the contents. If verification
778 * other is online repair, which intentionally reads with a NULL buffer ops to
781 * with NULL buffer ops.
786 const struct xfs_buf_ops *ops)
791 if (!ops || bp->b_ops)
794 bp->b_ops = ops;
808 const struct xfs_buf_ops *ops,
826 bp->b_ops = ops;
834 error = xfs_buf_reverify(bp, ops);
844 ASSERT(bp->b_ops != NULL || ops == NULL);
891 const struct xfs_buf_ops *ops)
896 XBF_TRYLOCK | XBF_ASYNC | XBF_READ_AHEAD, &bp, ops,
913 const struct xfs_buf_ops *ops)
929 bp->b_ops = ops;
1571 "%s: no buf ops on daddr 0x%llx len %d",
2005 const struct dax_holder_operations *ops = NULL;
2008 ops = &xfs_dax_holder_operations;
2016 mp, ops);