Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drepair.c508 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block()
509 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block()
527 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block()
539 bp->b_ops = fab->buf_ops; in xrep_findroot_block()
540 fab->buf_ops->verify_read(bp); in xrep_findroot_block()
625 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap()
662 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
H A Dagheader_repair.c355 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf()
360 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf()
365 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf()
370 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()
374 .buf_ops = NULL, in xrep_agf()
976 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
981 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi()
985 .buf_ops = NULL in xrep_agi()
H A Drepair.h48 const struct xfs_buf_ops *buf_ops; member
/openbmc/linux/fs/xfs/
H A Dxfs_mount.c158 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local
171 buf_ops = NULL; in xfs_readsb()
182 buf_ops); in xfs_readsb()
219 if (buf_ops == NULL) { in xfs_readsb()
226 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
H A Dxfs_trace.h431 __field(const void *, buf_ops)
442 __entry->buf_ops = bp->b_ops;
453 __entry->buf_ops,
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c462 .buf_ops = &xfs_bnobt_buf_ops,
485 .buf_ops = &xfs_cntbt_buf_ops,
H A Dxfs_ialloc_btree.c416 .buf_ops = &xfs_inobt_buf_ops,
438 .buf_ops = &xfs_finobt_buf_ops,
H A Dxfs_btree.c500 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
941 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
947 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
967 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
973 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
1054 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr()
1324 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block()
1353 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
H A Dxfs_refcount_btree.c328 .buf_ops = &xfs_refcountbt_buf_ops,
H A Dxfs_btree.h173 const struct xfs_buf_ops *buf_ops; member
H A Dxfs_rmap_btree.c494 .buf_ops = &xfs_rmapbt_buf_ops,
H A Dxfs_bmap_btree.c540 .buf_ops = &xfs_bmbt_buf_ops,
/openbmc/linux/drivers/media/common/videobuf2/
H A 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); \
H A Dvideobuf2-v4l2.c905 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init_name()
/openbmc/linux/include/media/
H A Dvideobuf2-core.h607 const struct vb2_buf_ops *buf_ops; member
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_vb2.c179 q->buf_ops = &dvb_vb2_buf_ops; in dvb_vb2_init()