Searched refs:add_to_pipe (Results 1 – 2 of 2) sorted by relevance
78 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf);
245 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in add_to_pipe() function264 EXPORT_SYMBOL(add_to_pipe);1473 ret = add_to_pipe(pipe, &buf); in iter_to_pipe()