Lines Matching refs:pipe_buffer
700 struct pipe_buffer *pipebufs;
701 struct pipe_buffer *currbuf;
722 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
752 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
847 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
941 struct pipe_buffer *buf; in fuse_ref_page()
1372 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1379 bufs = kmalloc(pipe->buffers * sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_read()
1407 struct pipe_buffer *buf = pipe->bufs + newbuf; in fuse_dev_splice_read()
1980 struct pipe_buffer *bufs; in fuse_dev_splice_write()
1990 bufs = kmalloc(pipe->buffers * sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2008 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2009 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2045 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()