Lines Matching refs:pipe_buffer
654 struct pipe_buffer *pipebufs;
655 struct pipe_buffer *currbuf;
676 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
706 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
800 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
906 struct pipe_buffer *buf; in fuse_ref_page()
1385 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1392 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read()
1979 struct pipe_buffer *bufs; in fuse_dev_splice_write()
1996 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2013 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2014 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2055 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()