splice_from_pipe (9) Linux Manual Page
splice_from_pipe – splice data from a pipe to a file
Synopsis
-
ssize_t splice_from_pipe(struct pipe_inode_infopipe* , struct fileout* , loff_tppos* , size_tlen, unsigned intflags, splice_actoractor* );
Arguments
pipe
-
- pipe to splice from
out
- file to splice to
ppos
- position in out
len
- how many bytes to splice
flags
- splice modifier flags
actor
- handler that splices the data
Description
See __splice_from_pipe. This function locks the pipe inode, otherwise it’s identical to __splice_from_pipe.
