Lines Matching refs:pipe_buffer
831 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
861 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
963 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
1064 struct pipe_buffer *buf; in fuse_ref_page()
1552 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1559 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read()
2226 struct pipe_buffer *bufs; in fuse_dev_splice_write()
2242 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2259 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2260 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2301 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()