Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpipe_fs_i.h164 static inline struct pipe_buffer *pipe_buf(const struct pipe_inode_info *pipe, in pipe_buf() function
176 return pipe_buf(pipe, pipe->head); in pipe_head_buf()
/linux-6.3-rc2/lib/
A Diov_iter.c206 p = pipe_buf(pipe, i_head); in sanity()
235 struct pipe_buffer *buf = pipe_buf(pipe, pipe->head++); in push_anon()
249 struct pipe_buffer *buf = pipe_buf(pipe, pipe->head++); in push_page()
277 buf = pipe_buf(pipe, pipe->head - 1); 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()

Completed in 7 milliseconds