Searched refs:buf_ops (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-internal.h | 153 if (q && q->buf_ops && q->buf_ops->op) \ 154 ret = q->buf_ops->op(args); \
|
D | videobuf2-v4l2.c | 723 q->buf_ops = &v4l2_buf_ops; in vb2_queue_init()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_mount.c | 278 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/ |
D | xfs_ialloc_btree.c | 349 .buf_ops = &xfs_inobt_buf_ops, 371 .buf_ops = &xfs_inobt_buf_ops,
|
D | xfs_btree.c | 375 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()
|
D | xfs_btree.h | 172 const struct xfs_buf_ops *buf_ops; member
|
D | xfs_alloc_btree.c | 443 .buf_ops = &xfs_allocbt_buf_ops,
|
D | xfs_bmap_btree.c | 768 .buf_ops = &xfs_bmbt_buf_ops,
|
/linux-4.4.14/include/media/ |
D | videobuf2-core.h | 451 const struct vb2_buf_ops *buf_ops; member
|