Home
last modified time | relevance | path

Searched refs:pipe_buffer (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dpipe_fs_i.h26 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 *);
187 struct pipe_buffer *buf) in pipe_buf_get()
198 struct pipe_buffer *buf) in pipe_buf_release()
212 struct pipe_buffer *buf) in pipe_buf_confirm()
225 struct pipe_buffer *buf) in pipe_buf_try_steal()
[all …]
A Dsplice.h65 typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *,
78 struct pipe_buffer *);
/linux-6.3-rc2/fs/
A Dsplice.c47 struct pipe_buffer *buf) in page_cache_pipe_buf_try_steal()
92 struct pipe_buffer *buf) in page_cache_pipe_buf_release()
103 struct pipe_buffer *buf) in page_cache_pipe_buf_confirm()
148 struct pipe_buffer *buf) in user_page_pipe_buf_try_steal()
201 struct pipe_buffer *buf = &pipe->bufs[head & mask]; in splice_to_pipe()
360 struct pipe_buffer *buf = pipe_head_buf(pipe); in direct_splice_read()
363 *buf = (struct pipe_buffer) { in direct_splice_read()
1004 struct pipe_buffer *buf = &pipe->bufs[i]; in splice_direct_to_actor()
1246 struct pipe_buffer buf = { in iter_to_pipe()
1528 struct pipe_buffer *ibuf, *obuf; in splice_pipe_to_pipe()
[all …]
A Dpipe.c126 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()
491 struct pipe_buffer *buf = &pipe->bufs[head & mask]; in pipe_write()
842 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info()
1255 struct pipe_buffer *bufs; in pipe_resize_ring()
1284 n * sizeof(struct pipe_buffer)); in pipe_resize_ring()
1289 h * sizeof(struct pipe_buffer)); in pipe_resize_ring()
[all …]
/linux-6.3-rc2/fs/fuse/
A Ddev.c648 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()
1970 struct pipe_buffer *bufs; in fuse_dev_splice_write()
2004 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2005 struct pipe_buffer *obuf; in fuse_dev_splice_write()
[all …]
/linux-6.3-rc2/lib/
A Diov_iter.c200 struct pipe_buffer *p; in sanity()
235 struct pipe_buffer *buf = pipe_buf(pipe, pipe->head++); in push_anon()
236 *buf = (struct pipe_buffer) { in push_anon()
249 struct pipe_buffer *buf = pipe_buf(pipe, pipe->head++); in push_page()
250 *buf = (struct pipe_buffer) { in push_page()
259 static inline int last_offset(const struct pipe_buffer *buf) in last_offset()
272 struct pipe_buffer *buf; in append_pipe()
315 struct pipe_buffer *buf = pipe_buf(pipe, head - 1); in copy_page_to_iter_pipe()
835 struct pipe_buffer *buf = pipe_buf(pipe, i->head); in pipe_advance()
921 struct pipe_buffer *b = pipe_buf(pipe, --head); in iov_iter_revert()
/linux-6.3-rc2/kernel/
A Dwatch_queue.c59 struct pipe_buffer *buf) in watch_queue_pipe_buf_release()
103 struct pipe_buffer *buf; in post_one_notification()
A Drelay.c1086 struct pipe_buffer *buf) in relay_pipe_buf_release()
/linux-6.3-rc2/net/smc/
A Dsmc_rx.c115 struct pipe_buffer *buf) in smc_rx_pipe_buf_release()
/linux-6.3-rc2/drivers/char/
A Dmem.c471 static int pipe_to_null(struct pipe_inode_info *info, struct pipe_buffer *buf, in pipe_to_null()
A Dvirtio_console.c857 static int pipe_to_sg(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in pipe_to_sg()
/linux-6.3-rc2/mm/
A Dfilemap.c2859 struct pipe_buffer *buf = pipe_head_buf(pipe); in splice_folio_into_pipe()
2862 *buf = (struct pipe_buffer) { in splice_folio_into_pipe()
/linux-6.3-rc2/fs/nfsd/
A Dvfs.c935 nfsd_splice_actor(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in nfsd_splice_actor()
/linux-6.3-rc2/kernel/trace/
A Dtrace.c8274 struct pipe_buffer *buf) in buffer_pipe_buf_release()
8283 struct pipe_buffer *buf) in buffer_pipe_buf_get()

Completed in 56 milliseconds