Lines Matching refs:pipe_buffer
720 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
750 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
852 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
953 struct pipe_buffer *buf; in fuse_ref_page()
1441 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1448 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read()
2113 struct pipe_buffer *bufs; in fuse_dev_splice_write()
2129 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2146 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2147 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2188 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()