Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c56 if (heap->buf_ops.attach) in ion_dma_buf_attach()
57 return heap->buf_ops.attach(dmabuf, attachment); in ion_dma_buf_attach()
90 if (heap->buf_ops.detach) in ion_dma_buf_detatch()
91 return heap->buf_ops.detach(dmabuf, attachment); in ion_dma_buf_detatch()
110 if (heap->buf_ops.map_dma_buf) in ion_map_dma_buf()
111 return heap->buf_ops.map_dma_buf(attachment, direction); in ion_map_dma_buf()
137 if (heap->buf_ops.unmap_dma_buf) in ion_unmap_dma_buf()
138 return heap->buf_ops.unmap_dma_buf(attachment, table, in ion_unmap_dma_buf()
155 if (heap->buf_ops.release) in ion_dma_buf_release()
156 return heap->buf_ops.release(dmabuf); in ion_dma_buf_release()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Drepair.c730 ASSERT(fab->buf_ops->magic[1] != 0); in xrep_findroot_block()
731 if (btblock->bb_magic != fab->buf_ops->magic[1]) in xrep_findroot_block()
749 if (bp->b_ops != fab->buf_ops) in xrep_findroot_block()
761 bp->b_ops = fab->buf_ops; in xrep_findroot_block()
762 fab->buf_ops->verify_read(bp); in xrep_findroot_block()
847 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap()
884 for (fab = btree_info; fab->buf_ops; fab++) { in xrep_find_ag_btree_roots()
H A Dagheader_repair.c339 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf()
343 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf()
347 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf()
351 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()
354 .buf_ops = NULL, in xrep_agf()
880 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
884 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi()
887 .buf_ops = NULL in xrep_agi()
H A Drepair.h45 const struct xfs_buf_ops *buf_ops; member
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_mount.c277 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local
290 buf_ops = NULL; in xfs_readsb()
301 buf_ops); in xfs_readsb()
338 if (buf_ops == NULL) { in xfs_readsb()
345 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
/OK3568_Linux_fs/kernel/include/linux/
H A Dion.h121 struct dma_buf_ops buf_ops; member
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c443 .buf_ops = &xfs_bnobt_buf_ops,
465 .buf_ops = &xfs_cntbt_buf_ops,
H A Dxfs_ialloc_btree.c396 .buf_ops = &xfs_inobt_buf_ops,
417 .buf_ops = &xfs_finobt_buf_ops,
H A Dxfs_btree.c428 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
869 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
875 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
895 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
901 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
982 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr()
1252 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block()
1281 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
H A Dxfs_btree.h152 const struct xfs_buf_ops *buf_ops; member
H A Dxfs_refcount_btree.c306 .buf_ops = &xfs_refcountbt_buf_ops,
H A Dxfs_rmap_btree.c445 .buf_ops = &xfs_rmapbt_buf_ops,
H A Dxfs_bmap_btree.c536 .buf_ops = &xfs_bmbt_buf_ops,
/OK3568_Linux_fs/kernel/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.c920 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init_name()
/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-core.h588 const struct vb2_buf_ops *buf_ops; member
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_vb2.c183 q->buf_ops = &dvb_vb2_buf_ops; in dvb_vb2_init()