Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Dagheader_repair.c344 .buf_ops = &xfs_allocbt_buf_ops, in xrep_agf()
349 .buf_ops = &xfs_allocbt_buf_ops, in xrep_agf()
354 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf()
359 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()
363 .buf_ops = NULL, in xrep_agf()
878 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
883 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
887 .buf_ops = NULL in xrep_agi()
Drepair.h42 const struct xfs_buf_ops *buf_ops; member
Drepair.c736 bp->b_ops = fab->buf_ops; in xrep_findroot_block()
781 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap()
818 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
/Linux-v4.19/fs/xfs/
Dxfs_mount.c273 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local
286 buf_ops = NULL; in xfs_readsb()
297 buf_ops); in xfs_readsb()
334 if (buf_ops == NULL) { in xfs_readsb()
341 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc_btree.c374 .buf_ops = &xfs_inobt_buf_ops,
395 .buf_ops = &xfs_inobt_buf_ops,
Dxfs_alloc_btree.c451 .buf_ops = &xfs_allocbt_buf_ops,
473 .buf_ops = &xfs_allocbt_buf_ops,
Dxfs_btree.c433 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
922 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
928 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
948 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
954 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
1035 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr()
1311 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block()
1340 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
Dxfs_btree.h151 const struct xfs_buf_ops *buf_ops; member
Dxfs_refcount_btree.c310 .buf_ops = &xfs_refcountbt_buf_ops,
Dxfs_rmap_btree.c448 .buf_ops = &xfs_rmapbt_buf_ops,
Dxfs_bmap_btree.c528 .buf_ops = &xfs_bmbt_buf_ops,
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-core.c179 if (q && q->buf_ops && q->buf_ops->op) \
180 ret = q->buf_ops->op(args); \
186 if (q && q->buf_ops && q->buf_ops->op) \
187 q->buf_ops->op(args); \
Dvideobuf2-v4l2.c654 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init()
/Linux-v4.19/include/media/
Dvideobuf2-core.h525 const struct vb2_buf_ops *buf_ops; member
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_vb2.c184 q->buf_ops = &dvb_vb2_buf_ops; in dvb_vb2_init()