Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsplice.h77 extern ssize_t add_to_pipe(struct pipe_inode_info *,
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c230 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in add_to_pipe() function
250 EXPORT_SYMBOL(add_to_pipe);
1179 ret = add_to_pipe(pipe, &buf); in iter_to_pipe()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddev.c1424 ret = add_to_pipe(pipe, &bufs[page_nr++]); in fuse_dev_splice_read()