Searched refs:pipe_buffer (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pipe_fs_i.h | 26 struct pipe_buffer { struct 78 struct pipe_buffer *bufs; 103 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 109 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 119 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 124 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *); 203 struct pipe_buffer *buf) in pipe_buf_get() 214 struct pipe_buffer *buf) in pipe_buf_release() 228 struct pipe_buffer *buf) in pipe_buf_confirm() 241 struct pipe_buffer *buf) in pipe_buf_try_steal() [all …]
|
H A D | splice.h | 66 typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *, 79 struct pipe_buffer *);
|
/openbmc/linux/fs/ |
H A D | splice.c | 65 struct pipe_buffer *buf) in page_cache_pipe_buf_try_steal() 109 struct pipe_buffer *buf) in page_cache_pipe_buf_release() 120 struct pipe_buffer *buf) in page_cache_pipe_buf_confirm() 163 struct pipe_buffer *buf) in user_page_pipe_buf_try_steal() 216 struct pipe_buffer *buf = &pipe->bufs[head & mask]; in splice_to_pipe() 385 struct pipe_buffer *buf = pipe_head_buf(pipe); in copy_splice_read() 388 *buf = (struct pipe_buffer) { in copy_splice_read() 1124 struct pipe_buffer *buf = &pipe->bufs[i]; in splice_direct_to_actor() 1386 struct pipe_buffer buf = { in iter_to_pipe() 1677 struct pipe_buffer *ibuf, *obuf; in splice_pipe_to_pipe() [all …]
|
H A D | pipe.c | 126 struct pipe_buffer *buf) in anon_pipe_buf_release() 142 struct pipe_buffer *buf) in anon_pipe_buf_try_steal() 166 struct pipe_buffer *buf) in generic_pipe_buf_try_steal() 208 struct pipe_buffer *buf) in generic_pipe_buf_release() 286 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in pipe_read() 497 struct pipe_buffer *buf; in pipe_write() 848 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info() 1264 struct pipe_buffer *bufs; in pipe_resize_ring() 1293 n * sizeof(struct pipe_buffer)); in pipe_resize_ring() 1298 h * sizeof(struct pipe_buffer)); in pipe_resize_ring() [all …]
|
/openbmc/linux/fs/fuse/ |
H A D | dev.c | 648 struct pipe_buffer *pipebufs; 649 struct pipe_buffer *currbuf; 670 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish() 700 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill() 794 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page() 897 struct pipe_buffer *buf; in fuse_ref_page() 1376 struct pipe_buffer *bufs; in fuse_dev_splice_read() 1972 struct pipe_buffer *bufs; in fuse_dev_splice_write() 2006 struct pipe_buffer *ibuf; in fuse_dev_splice_write() 2007 struct pipe_buffer *obuf; in fuse_dev_splice_write() [all …]
|
/openbmc/linux/kernel/ |
H A D | watch_queue.c | 58 struct pipe_buffer *buf) in watch_queue_pipe_buf_release() 102 struct pipe_buffer *buf; in post_one_notification()
|
H A D | relay.c | 1087 struct pipe_buffer *buf) in relay_pipe_buf_release()
|
/openbmc/linux/net/smc/ |
H A D | smc_rx.c | 115 struct pipe_buffer *buf) in smc_rx_pipe_buf_release()
|
/openbmc/linux/drivers/char/ |
H A D | mem.c | 465 static int pipe_to_null(struct pipe_inode_info *info, struct pipe_buffer *buf, in pipe_to_null()
|
H A D | virtio_console.c | 858 static int pipe_to_sg(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in pipe_to_sg()
|
/openbmc/linux/mm/ |
H A D | shmem.c | 2896 struct pipe_buffer *buf) in zero_pipe_buf_get() 2902 struct pipe_buffer *buf) in zero_pipe_buf_release() 2907 struct pipe_buffer *buf) in zero_pipe_buf_try_steal() 2926 struct pipe_buffer *buf = pipe_head_buf(pipe); in splice_zeropage_into_pipe() 2928 *buf = (struct pipe_buffer) { in splice_zeropage_into_pipe()
|
H A D | filemap.c | 2885 struct pipe_buffer *buf = pipe_head_buf(pipe); in splice_folio_into_pipe() 2888 *buf = (struct pipe_buffer) { in splice_folio_into_pipe()
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 940 nfsd_splice_actor(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in nfsd_splice_actor()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.c | 8414 struct pipe_buffer *buf) in buffer_pipe_buf_release() 8423 struct pipe_buffer *buf) in buffer_pipe_buf_get()
|