Home
last modified time | relevance | path

Searched refs:pipe_buf (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/
H A Dsplice.c216 struct pipe_buffer *buf = pipe_buf(pipe, head); in splice_to_pipe()
257 *pipe_buf(pipe, head) = *buf; in add_to_pipe()
451 struct pipe_buffer *buf = pipe_buf(pipe, tail); in splice_from_pipe_feed()
495 struct pipe_buffer *buf = pipe_buf(pipe, tail); in eat_empty_buffer()
714 struct pipe_buffer *buf = pipe_buf(pipe, tail); in iter_file_splice_write()
750 struct pipe_buffer *buf = pipe_buf(pipe, tail); in iter_file_splice_write()
846 struct pipe_buffer *buf = pipe_buf(pipe, tail); in splice_to_socket()
1786 ibuf = pipe_buf(ipipe, i_tail); in splice_pipe_to_pipe()
1787 obuf = pipe_buf(opipe, o_head); in splice_pipe_to_pipe()
1887 ibuf = pipe_buf(ipipe, i_tail); in link_pipe()
[all …]
H A Dpipe.c323 struct pipe_buffer *buf = pipe_buf(pipe, tail); in anon_pipe_read()
479 struct pipe_buffer *buf = pipe_buf(pipe, head - 1); in anon_pipe_write()
531 buf = pipe_buf(pipe, head); in anon_pipe_write()
631 count += pipe_buf(pipe, tail)->len; in pipe_ioctl()
/linux-6.15/include/linux/
H A Dpipe_fs_i.h243 static inline struct pipe_buffer *pipe_buf(const struct pipe_inode_info *pipe, in pipe_buf() function
255 return pipe_buf(pipe, pipe->head); in pipe_head_buf()
/linux-6.15/kernel/
H A Dwatch_queue.c126 buf = pipe_buf(pipe, head); in post_one_notification()
149 buf = pipe_buf(pipe, head - 1); in post_one_notification()
/linux-6.15/fs/fuse/
H A Ddev.c2251 rem += pipe_buf(pipe, idx)->len; in fuse_dev_splice_write()
2265 ibuf = pipe_buf(pipe, tail); in fuse_dev_splice_write()