Searched refs:buf_ops (Results 1 – 18 of 18) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | repair.c | 528 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block() 529 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block() 547 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block() 559 bp->b_ops = fab->buf_ops; in xrep_findroot_block() 560 fab->buf_ops->verify_read(bp); in xrep_findroot_block() 645 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap() 682 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
|
H A D | agheader_repair.c | 349 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf() 354 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf() 359 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf() 364 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf() 368 .buf_ops = NULL, in xrep_agf() 1735 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi() 1740 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi() 1744 .buf_ops = NULL, in xrep_agi()
|
H A D | repair.h | 61 const struct xfs_buf_ops *buf_ops; member
|
H A D | rcbag_btree.c | 205 .buf_ops = &rcbagbt_mem_buf_ops,
|
/linux/fs/xfs/ |
H A D | xfs_mount.c | 163 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local 176 buf_ops = NULL; in xfs_readsb() 187 buf_ops); in xfs_readsb() 224 if (buf_ops == NULL) { in xfs_readsb() 231 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
|
H A D | xfs_trace.h | 449 __field(const void *, buf_ops) 460 __entry->buf_ops = bp->b_ops; 471 __entry->buf_ops,
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 442 .buf_ops = &xfs_bnobt_buf_ops, 472 .buf_ops = &xfs_cntbt_buf_ops,
|
H A D | xfs_btree.c | 43 __be32 magic = ops->buf_ops->magic[idx]; in xfs_btree_magic() 610 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor() 974 mp->m_bsize, cur->bc_ops->buf_ops); in xfs_btree_readahead_fsblock() 980 mp->m_bsize, cur->bc_ops->buf_ops); in xfs_btree_readahead_fsblock() 1000 cur->bc_ops->buf_ops); in xfs_btree_readahead_memblock() 1006 cur->bc_ops->buf_ops); in xfs_btree_readahead_memblock() 1028 mp->m_bsize, cur->bc_ops->buf_ops); in xfs_btree_readahead_agblock() 1125 cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr() 1303 bp->b_ops = ops->buf_ops; in xfs_btree_init_buf() 1381 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block() [all …]
|
H A D | xfs_btree_mem.c | 102 bp->b_ops = ops->buf_ops; in xfbtree_init_leaf_block()
|
H A D | xfs_ialloc_btree.c | 433 .buf_ops = &xfs_inobt_buf_ops, 463 .buf_ops = &xfs_finobt_buf_ops,
|
H A D | xfs_rmap_btree.c | 518 .buf_ops = &xfs_rmapbt_buf_ops, 635 .buf_ops = &xfs_rmapbt_mem_buf_ops,
|
H A D | xfs_refcount_btree.c | 344 .buf_ops = &xfs_refcountbt_buf_ops,
|
H A D | xfs_btree.h | 189 const struct xfs_buf_ops *buf_ops; member
|
H A D | xfs_bmap_btree.c | 542 .buf_ops = &xfs_bmbt_buf_ops,
|
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 190 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 D | videobuf2-v4l2.c | 928 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init_name()
|
/linux/include/media/ |
H A D | videobuf2-core.h | 633 const struct vb2_buf_ops *buf_ops; member
|
/linux/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 177 q->buf_ops = &dvb_vb2_buf_ops; in dvb_vb2_init()
|