Lines Matching refs:pipe_buffer
714 struct pipe_buffer *pipebufs;
715 struct pipe_buffer *currbuf;
739 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
766 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
861 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
952 struct pipe_buffer *buf; in fuse_ref_page()
1381 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1387 bufs = kmalloc(pipe->buffers * sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_read()
1415 struct pipe_buffer *buf = pipe->bufs + newbuf; in fuse_dev_splice_read()
1988 struct pipe_buffer *bufs; in fuse_dev_splice_write()
1998 bufs = kmalloc(pipe->buffers * sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2016 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2017 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2053 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()