Home
last modified time | relevance | path

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

/linux/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/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()
405 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in splice_from_pipe_feed()
450 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in eat_empty_buffer()
918 struct pipe_buffer *buf = &pipe->bufs[i]; in splice_direct_to_actor()
1160 struct pipe_buffer buf = { in iter_to_pipe()
1441 struct pipe_buffer *ibuf, *obuf; in splice_pipe_to_pipe()
[all …]
A Dpipe.c125 struct pipe_buffer *buf) in anon_pipe_buf_release()
141 struct pipe_buffer *buf) in anon_pipe_buf_try_steal()
165 struct pipe_buffer *buf) in generic_pipe_buf_try_steal()
207 struct pipe_buffer *buf) in generic_pipe_buf_release()
284 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in pipe_read()
489 struct pipe_buffer *buf = &pipe->bufs[head & mask]; in pipe_write()
842 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info()
1247 struct pipe_buffer *bufs; in pipe_resize_ring()
1277 n * sizeof(struct pipe_buffer)); in pipe_resize_ring()
1282 h * sizeof(struct pipe_buffer)); in pipe_resize_ring()
[all …]
/linux/fs/fuse/
A Ddev.c654 struct pipe_buffer *pipebufs;
655 struct pipe_buffer *currbuf;
676 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish()
706 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
800 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
902 struct pipe_buffer *buf; in fuse_ref_page()
1371 struct pipe_buffer *bufs; in fuse_dev_splice_read()
1965 struct pipe_buffer *bufs; in fuse_dev_splice_write()
1999 struct pipe_buffer *ibuf; in fuse_dev_splice_write()
2000 struct pipe_buffer *obuf; in fuse_dev_splice_write()
[all …]
/linux/lib/
A Diov_iter.c353 struct pipe_buffer *p; in sanity()
388 struct pipe_buffer *buf; in copy_page_to_iter_pipe()
526 static inline bool allocated(struct pipe_buffer *buf) in allocated()
576 struct pipe_buffer *buf = &pipe->bufs[iter_head & p_mask]; in push_pipe()
986 struct pipe_buffer *buf; in pipe_truncate()
1008 struct pipe_buffer *buf; in pipe_advance()
1097 struct pipe_buffer *b = &pipe->bufs[i_head & p_mask]; in iov_iter_revert()
/linux/kernel/
A Dwatch_queue.c38 struct pipe_buffer *buf) in watch_queue_pipe_buf_release()
77 struct pipe_buffer *buf; in post_one_notification()
A Drelay.c1089 struct pipe_buffer *buf) in relay_pipe_buf_release()
/linux/net/smc/
A Dsmc_rx.c111 struct pipe_buffer *buf) in smc_rx_pipe_buf_release()
/linux/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.c865 static int pipe_to_sg(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in pipe_to_sg()
/linux/fs/nfsd/
A Dvfs.c820 nfsd_splice_actor(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in nfsd_splice_actor()
/linux/kernel/trace/
A Dtrace.c8112 struct pipe_buffer *buf) in buffer_pipe_buf_release()
8121 struct pipe_buffer *buf) in buffer_pipe_buf_get()

Completed in 53 milliseconds