Searched refs:__splice_from_pipe (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dsplice.h74 ssize_t __splice_from_pipe(struct pipe_inode_info *pipe,
/linux-master/fs/
H A Dsplice.c441 * used to implement the functionality of __splice_from_pipe() when
589 * __splice_from_pipe - splice data from a pipe to given actor
601 ssize_t __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, function
617 EXPORT_SYMBOL(__splice_from_pipe); variable
629 * See __splice_from_pipe. This function locks the pipe inode,
630 * otherwise it's identical to __splice_from_pipe().
646 ret = __splice_from_pipe(pipe, &sd, actor);
1524 ret = __splice_from_pipe(pipe, &sd, pipe_to_user);
/linux-master/drivers/char/
H A Dvirtio_console.c946 ret = __splice_from_pipe(pipe, &sd, pipe_to_sg);
/linux-master/fs/nfsd/
H A Dvfs.c1004 return __splice_from_pipe(pipe, sd, nfsd_splice_actor);

Completed in 163 milliseconds