Lines Matching refs:pipe_buffer
189 static inline struct pipe_buffer *pipe_buf(const struct pipe_inode_info *pipe, in pipe_buf()
206 struct pipe_buffer *p; in sanity()
241 struct pipe_buffer *buf = pipe_buf(pipe, pipe->head++); in push_anon()
242 *buf = (struct pipe_buffer) { in push_anon()
255 struct pipe_buffer *buf = pipe_buf(pipe, pipe->head++); in push_page()
256 *buf = (struct pipe_buffer) { in push_page()
265 static inline int last_offset(const struct pipe_buffer *buf) in last_offset()
278 struct pipe_buffer *buf; in append_pipe()
321 struct pipe_buffer *buf = pipe_buf(pipe, head - 1); in copy_page_to_iter_pipe()
840 struct pipe_buffer *buf = pipe_buf(pipe, i->head); in pipe_advance()
926 struct pipe_buffer *b = pipe_buf(pipe, --head); in iov_iter_revert()