Searched refs:buf_ops (Results 1 – 5 of 5) sorted by relevance
349 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf()354 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf()359 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf()364 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()368 .buf_ops = NULL, in xrep_agf()1730 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()1735 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi()1739 .buf_ops = NULL, in xrep_agi()
56 const struct xfs_buf_ops *buf_ops; member
190 if (q && q->buf_ops && q->buf_ops->op) \191 ret = q->buf_ops->op(args); \197 if (q && q->buf_ops && q->buf_ops->op) \198 q->buf_ops->op(args); \
524 * @buf_ops: callbacks to deliver buffer information.623 const struct vb2_buf_ops *buf_ops;633 const struct vb2_buf_ops *buf_ops; global() member
192 const struct xfs_buf_ops *buf_ops; member