Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-internal.h153 if (q && q->buf_ops && q->buf_ops->op) \
154 ret = q->buf_ops->op(args); \
Dvideobuf2-v4l2.c723 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init()
/linux-4.4.14/fs/xfs/
Dxfs_mount.c278 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local
291 buf_ops = NULL; in xfs_readsb()
300 BTOBB(sector_size), 0, &bp, buf_ops); in xfs_readsb()
337 if (buf_ops == NULL) { in xfs_readsb()
344 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.c349 .buf_ops = &xfs_inobt_buf_ops,
371 .buf_ops = &xfs_inobt_buf_ops,
Dxfs_btree.c375 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
792 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
798 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
818 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
824 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
894 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr()
1158 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block()
1185 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
Dxfs_btree.h172 const struct xfs_buf_ops *buf_ops; member
Dxfs_alloc_btree.c443 .buf_ops = &xfs_allocbt_buf_ops,
Dxfs_bmap_btree.c768 .buf_ops = &xfs_bmbt_buf_ops,
/linux-4.4.14/include/media/
Dvideobuf2-core.h451 const struct vb2_buf_ops *buf_ops; member