Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dsplice.h73 extern ssize_t __splice_from_pipe(struct pipe_inode_info *,
/kernel/linux/linux-6.6/include/linux/
H A Dsplice.h74 extern ssize_t __splice_from_pipe(struct pipe_inode_info *,
/kernel/linux/linux-5.10/fs/
H A Dsplice.c392 * used to implement the functionality of __splice_from_pipe() when
540 * __splice_from_pipe - splice data from a pipe to given actor
552 ssize_t __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, in __splice_from_pipe() function
568 EXPORT_SYMBOL(__splice_from_pipe); variable
580 * See __splice_from_pipe. This function locks the pipe inode,
581 * otherwise it's identical to __splice_from_pipe().
597 ret = __splice_from_pipe(pipe, &sd, actor); in splice_from_pipe()
1222 ret = __splice_from_pipe(pipe, &sd, pipe_to_user); in vmsplice_to_user()
/kernel/linux/linux-6.6/fs/
H A Dsplice.c440 * used to implement the functionality of __splice_from_pipe() when
588 * __splice_from_pipe - splice data from a pipe to given actor
600 ssize_t __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, in __splice_from_pipe() function
616 EXPORT_SYMBOL(__splice_from_pipe); variable
628 * See __splice_from_pipe. This function locks the pipe inode,
629 * otherwise it's identical to __splice_from_pipe().
645 ret = __splice_from_pipe(pipe, &sd, actor); in splice_from_pipe()
1458 ret = __splice_from_pipe(pipe, &sd, pipe_to_user); in vmsplice_to_user()
/kernel/linux/linux-5.10/drivers/char/
H A Dvirtio_console.c955 ret = __splice_from_pipe(pipe, &sd, pipe_to_sg); in port_fops_splice_write()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c882 return __splice_from_pipe(pipe, sd, nfsd_splice_actor); in nfsd_direct_splice_actor()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c970 return __splice_from_pipe(pipe, sd, nfsd_splice_actor); in nfsd_direct_splice_actor()
/kernel/linux/linux-6.6/drivers/char/
H A Dvirtio_console.c949 ret = __splice_from_pipe(pipe, &sd, pipe_to_sg); in port_fops_splice_write()

Completed in 20 milliseconds