Home
last modified time | relevance | path

Searched refs:__splice_from_pipe (Results 1 – 2 of 2) sorted by relevance

/fs/
Dsplice.c614 ssize_t __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, in __splice_from_pipe() function
630 EXPORT_SYMBOL(__splice_from_pipe);
659 ret = __splice_from_pipe(pipe, &sd, actor); in splice_from_pipe()
1280 ret = __splice_from_pipe(pipe, &sd, pipe_to_user); in vmsplice_to_user()
/fs/nfsd/
Dvfs.c840 return __splice_from_pipe(pipe, sd, nfsd_splice_actor); in nfsd_direct_splice_actor()