Rechercher une page de manuel
splice_from_pipe
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
splice_from_pipe - splice data from a pipe to a fileSYNOPSIS
- ssize_t splice_from_pipe(struct pipe_inode_info * pipe, struct file * out, loff_t * ppos, size_t len, unsigned int flags, splice_actor * actor);
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 input and output inodes, otherwise it's identical to __splice_from_pipe.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre