Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Drepair.c735 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block()
736 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block()
754 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block()
766 bp->b_ops = fab->buf_ops; in xrep_findroot_block()
767 fab->buf_ops->verify_read(bp); in xrep_findroot_block()
852 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap()
889 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
A Dagheader_repair.c341 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf()
346 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf()
351 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf()
356 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()
360 .buf_ops = NULL, in xrep_agf()
887 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
892 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi()
896 .buf_ops = NULL in xrep_agi()
A Drepair.h45 const struct xfs_buf_ops *buf_ops; member
/linux/fs/xfs/
A Dxfs_mount.c156 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local
169 buf_ops = NULL; in xfs_readsb()
180 buf_ops); in xfs_readsb()
217 if (buf_ops == NULL) { in xfs_readsb()
224 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
/linux/fs/xfs/libxfs/
A Dxfs_alloc_btree.c441 .buf_ops = &xfs_bnobt_buf_ops,
463 .buf_ops = &xfs_cntbt_buf_ops,
A Dxfs_ialloc_btree.c398 .buf_ops = &xfs_inobt_buf_ops,
419 .buf_ops = &xfs_finobt_buf_ops,
A Dxfs_btree.c425 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
866 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
872 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
892 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
898 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
979 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr()
1249 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block()
1278 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
A Dxfs_btree.h149 const struct xfs_buf_ops *buf_ops; member
A Dxfs_refcount_btree.c308 .buf_ops = &xfs_refcountbt_buf_ops,
A Dxfs_rmap_btree.c442 .buf_ops = &xfs_rmapbt_buf_ops,
A Dxfs_bmap_btree.c538 .buf_ops = &xfs_bmbt_buf_ops,
/linux/drivers/media/common/videobuf2/
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); \
A Dvideobuf2-v4l2.c906 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init_name()
/linux/include/media/
A Dvideobuf2-core.h595 const struct vb2_buf_ops *buf_ops; member
/linux/drivers/media/dvb-core/
A Ddvb_vb2.c183 q->buf_ops = &dvb_vb2_buf_ops; in dvb_vb2_init()

Completed in 36 milliseconds