Home
last modified time | relevance | path

Searched refs:add_to_pipe (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dsplice.h77 extern ssize_t add_to_pipe(struct pipe_inode_info *,
/Linux-v5.4/fs/
Dsplice.c229 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in add_to_pipe() function
247 EXPORT_SYMBOL(add_to_pipe);
1229 ret = add_to_pipe(pipe, &buf); in iter_to_pipe()
/Linux-v5.4/fs/fuse/
Ddev.c1370 ret = add_to_pipe(pipe, &bufs[page_nr++]); in fuse_dev_splice_read()