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()
896 struct pipe_buffer *buf; in fuse_ref_page()
1365 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1372 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read()
1959 struct pipe_buffer *bufs; in fuse_dev_splice_write()
1976 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
1993 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
1994 struct pipe_buffer *obuf; in fuse_dev_splice_write()