Searched refs:buf_ops (Results 1 - 18 of 18) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c344 .buf_ops = &xfs_bnobt_buf_ops,
349 .buf_ops = &xfs_cntbt_buf_ops,
354 .buf_ops = &xfs_rmapbt_buf_ops,
359 .buf_ops = &xfs_refcountbt_buf_ops,
363 .buf_ops = NULL,
964 .buf_ops = &xfs_inobt_buf_ops,
969 .buf_ops = &xfs_finobt_buf_ops,
973 .buf_ops = NULL
H A Drepair.c432 * xrep_find_ag_btree with the (rmap owner, buf_ops, magic) fields set.
434 * last element of the array should have a NULL buf_ops to mark the end of the
523 ASSERT(fab->buf_ops->magic[1] != 0);
524 if (btblock->bb_magic != fab->buf_ops->magic[1])
542 if (bp->b_ops != fab->buf_ops)
554 bp->b_ops = fab->buf_ops;
555 fab->buf_ops->verify_read(bp);
640 for (fab = ri->btree_info; fab->buf_ops; fab++) {
677 for (fab = btree_info; fab->buf_ops; fab++) {
H A Drepair.h61 const struct xfs_buf_ops *buf_ops; member in struct:xrep_find_ag_btree
H A Drcbag_btree.c205 .buf_ops = &rcbagbt_mem_buf_ops,
/linux-master/fs/xfs/
H A Dxfs_mount.c158 const struct xfs_buf_ops *buf_ops; local
171 buf_ops = NULL;
182 buf_ops);
219 if (buf_ops == NULL) {
226 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops;
H A Dxfs_trace.h437 __field(const void *, buf_ops)
448 __entry->buf_ops = bp->b_ops;
459 __entry->buf_ops,
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_mem.c102 bp->b_ops = ops->buf_ops;
H A Dxfs_ialloc_btree.c433 .buf_ops = &xfs_inobt_buf_ops,
463 .buf_ops = &xfs_finobt_buf_ops,
H A Dxfs_alloc_btree.c504 .buf_ops = &xfs_bnobt_buf_ops,
536 .buf_ops = &xfs_cntbt_buf_ops,
H A Dxfs_rmap_btree.c513 .buf_ops = &xfs_rmapbt_buf_ops,
630 .buf_ops = &xfs_rmapbt_mem_buf_ops,
H A Dxfs_btree.c43 __be32 magic = ops->buf_ops->magic[idx];
610 cur->bc_ops->buf_ops);
974 mp->m_bsize, cur->bc_ops->buf_ops);
980 mp->m_bsize, cur->bc_ops->buf_ops);
1000 cur->bc_ops->buf_ops);
1006 cur->bc_ops->buf_ops);
1028 mp->m_bsize, cur->bc_ops->buf_ops);
1035 mp->m_bsize, cur->bc_ops->buf_ops);
1125 cur->bc_ops->buf_ops);
1303 bp->b_ops = ops->buf_ops;
[all...]
H A Dxfs_refcount_btree.c344 .buf_ops = &xfs_refcountbt_buf_ops,
H A Dxfs_btree.h195 const struct xfs_buf_ops *buf_ops; member in struct:xfs_btree_ops
H A Dxfs_bmap_btree.c542 .buf_ops = &xfs_bmbt_buf_ops,
/linux-master/include/media/
H A Dvideobuf2-core.h531 * @buf_ops: callbacks to deliver buffer information.
616 const struct vb2_buf_ops *buf_ops; member in struct:vb2_queue
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c190 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); \
H A Dvideobuf2-v4l2.c924 q->buf_ops = &v4l2_buf_ops;
/linux-master/drivers/media/dvb-core/
H A Ddvb_vb2.c177 q->buf_ops = &dvb_vb2_buf_ops;

Completed in 411 milliseconds