Rechercher une page de manuel
generic_file_splice_write
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
generic_file_splice_write - splice data from a pipe to a fileSYNOPSIS
- ssize_t generic_file_splice_write(struct pipe_inode_info * pipe, struct file * out, loff_t * ppos, size_t len, unsigned int flags);
ARGUMENTS
pipe
- pipe info
out
- file to write to
ppos
- position in out
len
- number of bytes to splice
flags
- splice modifier flags
DESCRIPTION
Will either move or copy pages (determined by flags options) from the given pipe inode to the given file.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre