Home
last modified time | relevance | path

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

/linux/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()
753 struct pipe_buffer *buf = pipe_buf(pipe, tail); in iter_file_splice_write()
849 struct pipe_buffer *buf = pipe_buf(pipe, tail); in splice_to_socket()
894 struct pipe_buffer *buf = pipe_buf(pipe, tail); in splice_to_socket()
1789 ibuf = pipe_buf(ipipe, i_tail); in splice_pipe_to_pipe()
1790 obuf = pipe_buf(opipe, o_head); in splice_pipe_to_pipe()
[all …]
H A Dpipe.c322 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()
532 buf = pipe_buf(pipe, head); in anon_pipe_write()
632 count += pipe_buf(pipe, tail)->len; in pipe_ioctl()
/linux/include/linux/
H A Dpipe_fs_i.h234 static inline struct pipe_buffer *pipe_buf(const struct pipe_inode_info *pipe, in pipe_buf() function
246 return pipe_buf(pipe, pipe->head); in pipe_head_buf()
/linux/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/fs/fuse/
H A Ddev.c2323 rem += pipe_buf(pipe, idx)->len; in fuse_dev_splice_write()
2337 ibuf = pipe_buf(pipe, tail); in fuse_dev_splice_write()