Lines Matching refs:pipe_buffer
648 struct pipe_buffer *pipebufs;
649 struct pipe_buffer *currbuf;
670 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
700 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
794 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
897 struct pipe_buffer *buf; in fuse_ref_page()
1376 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1383 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read()
1970 struct pipe_buffer *bufs; in fuse_dev_splice_write()
1987 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2004 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2005 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2046 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()