Searched refs:buf_ops (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | repair.c | 508 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 D | agheader_repair.c | 355 .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 D | repair.h | 48 const struct xfs_buf_ops *buf_ops; member
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_mount.c | 158 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 D | xfs_trace.h | 431 __field(const void *, buf_ops) 442 __entry->buf_ops = bp->b_ops; 453 __entry->buf_ops,
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 462 .buf_ops = &xfs_bnobt_buf_ops, 485 .buf_ops = &xfs_cntbt_buf_ops,
|
H A D | xfs_ialloc_btree.c | 416 .buf_ops = &xfs_inobt_buf_ops, 438 .buf_ops = &xfs_finobt_buf_ops,
|
H A D | xfs_btree.c | 500 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 D | xfs_refcount_btree.c | 328 .buf_ops = &xfs_refcountbt_buf_ops,
|
H A D | xfs_btree.h | 173 const struct xfs_buf_ops *buf_ops; member
|
H A D | xfs_rmap_btree.c | 494 .buf_ops = &xfs_rmapbt_buf_ops,
|
H A D | xfs_bmap_btree.c | 540 .buf_ops = &xfs_bmbt_buf_ops,
|
/openbmc/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 180 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 D | videobuf2-v4l2.c | 905 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init_name()
|
/openbmc/linux/include/media/ |
H A D | videobuf2-core.h | 607 const struct vb2_buf_ops *buf_ops; member
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 179 q->buf_ops = &dvb_vb2_buf_ops; in dvb_vb2_init()
|