Searched refs:pipe_buffer (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | pipe_fs_i.h | 26 struct pipe_buffer { struct 105 struct pipe_buffer *bufs; 130 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 136 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 146 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 151 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *); 234 static inline struct pipe_buffer *pipe_buf(const struct pipe_inode_info *pipe, in pipe_buf() 244 static inline struct pipe_buffer *pipe_head_buf(const struct pipe_inode_info *pipe) in pipe_head_buf() 257 struct pipe_buffer *buf) in pipe_buf_get() 268 struct pipe_buffer *buf) in pipe_buf_release() [all …]
|
| H A D | splice.h | 66 typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *, 78 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf);
|
| /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_buf(pipe, head); in splice_to_pipe() 245 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in add_to_pipe() 383 struct pipe_buffer *buf = pipe_head_buf(pipe); in copy_splice_read() 386 *buf = (struct pipe_buffer) { in copy_splice_read() 450 struct pipe_buffer *buf = pipe_buf(pipe, tail); in splice_from_pipe_feed() 494 struct pipe_buffer *buf = pipe_buf(pipe, tail); in eat_empty_buffer() [all …]
|
| /linux/net/smc/ |
| H A D | smc_rx.c | 115 struct pipe_buffer *buf) in smc_rx_pipe_buf_release() 139 struct pipe_buffer *buf) in smc_rx_pipe_buf_get()
|
| /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()
|
| /linux/mm/ |
| H A D | filemap.c | 3016 struct pipe_buffer *buf = pipe_head_buf(pipe); in splice_folio_into_pipe() 3019 *buf = (struct pipe_buffer) { in splice_folio_into_pipe()
|
| /linux/drivers/char/ |
| H A D | virtio_console.c | 856 static int pipe_to_sg(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in pipe_to_sg()
|
| /linux/kernel/trace/ |
| H A D | trace.c | 7219 struct pipe_buffer *buf) in buffer_pipe_buf_release() 7228 struct pipe_buffer *buf) in buffer_pipe_buf_get()
|