Lines Matching refs:pipe_buffer
658 struct pipe_buffer *pipebufs;
659 struct pipe_buffer *currbuf;
680 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
714 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
808 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
914 struct pipe_buffer *buf; in fuse_ref_page()
1393 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1400 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read()
1995 struct pipe_buffer *bufs; in fuse_dev_splice_write()
2012 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2029 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2030 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2071 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()