Lines Matching refs:pipe_buffer
832 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
862 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
964 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_folio()
1065 struct pipe_buffer *buf; in fuse_ref_folio()
1554 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1561 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read()
2252 struct pipe_buffer *bufs; in fuse_dev_splice_write()
2268 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write()
2285 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2286 struct pipe_buffer *obuf; in fuse_dev_splice_write()
2327 struct pipe_buffer *buf = &bufs[idx]; in fuse_dev_splice_write()