Searched refs:pipe_buffer (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | pipe_fs_i.h | 26 struct pipe_buffer { struct 114 struct pipe_buffer *bufs; 139 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 145 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 155 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 160 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *); 266 struct pipe_buffer *buf) in pipe_buf_get() 277 struct pipe_buffer *buf) in pipe_buf_release() 291 struct pipe_buffer *buf) in pipe_buf_confirm() 304 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 *, 78 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf);
|
| /linux-6.15/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() 384 struct pipe_buffer *buf = pipe_head_buf(pipe); in copy_splice_read() 387 *buf = (struct pipe_buffer) { in copy_splice_read() 1138 struct pipe_buffer *buf = &pipe->bufs[i]; in splice_direct_to_actor() 1446 struct pipe_buffer buf = { in iter_to_pipe() 1719 struct pipe_buffer *ibuf, *obuf; in splice_pipe_to_pipe() [all …]
|
| H A D | pipe.c | 144 struct pipe_buffer *buf) in anon_pipe_buf_release() 152 struct pipe_buffer *buf) in anon_pipe_buf_try_steal() 176 struct pipe_buffer *buf) in generic_pipe_buf_try_steal() 218 struct pipe_buffer *buf) in generic_pipe_buf_release() 240 struct pipe_buffer *buf, in pipe_update_tail() 510 struct pipe_buffer *buf; in anon_pipe_write() 852 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info() 1290 struct pipe_buffer *bufs; in pipe_resize_ring() 1323 n * sizeof(struct pipe_buffer)); in pipe_resize_ring() 1328 h * sizeof(struct pipe_buffer)); in pipe_resize_ring() [all …]
|
| /linux-6.15/fs/fuse/ |
| H A D | fuse_dev_i.h | 26 struct pipe_buffer *pipebufs; 27 struct pipe_buffer *currbuf;
|
| H A D | dev.c | 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() [all …]
|
| /linux-6.15/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-6.15/net/smc/ |
| H A D | smc_rx.c | 115 struct pipe_buffer *buf) in smc_rx_pipe_buf_release()
|
| /linux-6.15/drivers/char/ |
| H A D | mem.c | 454 static int pipe_to_null(struct pipe_inode_info *info, struct pipe_buffer *buf, in pipe_to_null()
|
| 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-6.15/mm/ |
| H A D | shmem.c | 3471 struct pipe_buffer *buf) in zero_pipe_buf_get() 3477 struct pipe_buffer *buf) in zero_pipe_buf_release() 3482 struct pipe_buffer *buf) in zero_pipe_buf_try_steal() 3501 struct pipe_buffer *buf = pipe_head_buf(pipe); in splice_zeropage_into_pipe() 3503 *buf = (struct pipe_buffer) { in splice_zeropage_into_pipe()
|
| H A D | filemap.c | 2912 struct pipe_buffer *buf = pipe_head_buf(pipe); in splice_folio_into_pipe() 2915 *buf = (struct pipe_buffer) { in splice_folio_into_pipe()
|
| /linux-6.15/fs/nfsd/ |
| H A D | vfs.c | 966 nfsd_splice_actor(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in nfsd_splice_actor()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace.c | 8251 struct pipe_buffer *buf) in buffer_pipe_buf_release() 8260 struct pipe_buffer *buf) in buffer_pipe_buf_get()
|