Home
last modified time | relevance | path

Searched refs:buf_ops (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/fs/xfs/scrub/
Drepair.c736 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block()
737 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block()
755 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block()
767 bp->b_ops = fab->buf_ops; in xrep_findroot_block()
768 fab->buf_ops->verify_read(bp); in xrep_findroot_block()
853 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap()
890 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
Dagheader_repair.c353 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf()
358 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf()
363 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf()
368 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()
372 .buf_ops = NULL, in xrep_agf()
899 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
904 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi()
908 .buf_ops = NULL in xrep_agi()
Drepair.h45 const struct xfs_buf_ops *buf_ops; member
/linux-5.19.10/fs/xfs/
Dxfs_mount.c157 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local
170 buf_ops = NULL; in xfs_readsb()
181 buf_ops); in xfs_readsb()
218 if (buf_ops == NULL) { in xfs_readsb()
225 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
Dxfs_trace.h422 __field(const void *, buf_ops)
433 __entry->buf_ops = bp->b_ops;
444 __entry->buf_ops,
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_alloc_btree.c441 .buf_ops = &xfs_bnobt_buf_ops,
463 .buf_ops = &xfs_cntbt_buf_ops,
Dxfs_ialloc_btree.c398 .buf_ops = &xfs_inobt_buf_ops,
419 .buf_ops = &xfs_finobt_buf_ops,
Dxfs_btree.c503 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
944 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
950 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
970 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
976 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
1057 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr()
1327 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block()
1356 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
Dxfs_refcount_btree.c308 .buf_ops = &xfs_refcountbt_buf_ops,
Dxfs_btree.h149 const struct xfs_buf_ops *buf_ops; member
Dxfs_rmap_btree.c442 .buf_ops = &xfs_rmapbt_buf_ops,
Dxfs_bmap_btree.c538 .buf_ops = &xfs_bmbt_buf_ops,
/linux-5.19.10/drivers/media/common/videobuf2/
Dvideobuf2-core.c180 if (q && q->buf_ops && q->buf_ops->op) \
181 ret = q->buf_ops->op(args); \
187 if (q && q->buf_ops && q->buf_ops->op) \
188 q->buf_ops->op(args); \
Dvideobuf2-v4l2.c906 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init_name()
/linux-5.19.10/include/media/
Dvideobuf2-core.h595 const struct vb2_buf_ops *buf_ops; member
/linux-5.19.10/drivers/media/dvb-core/
Ddvb_vb2.c179 q->buf_ops = &dvb_vb2_buf_ops; in dvb_vb2_init()