Query: generic_file_splice_read
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENERIC_FILE_SPLICE_(9) splice API GENERIC_FILE_SPLICE_(9)NAMEgeneric_file_splice_read - splice data from file to a pipeSYNOPSISssize_t generic_file_splice_read(struct file * in, loff_t * ppos, struct pipe_inode_info * pipe, size_t len, unsigned int flags);ARGUMENTSin file to splice from ppos position in in pipe pipe to splice to len number of bytes to splice flags splice modifier flagsDESCRIPTIONWill read pages from given file and fill them into a pipe. Can be used as long as the address_space operations for the source implements a readpage hook.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GENERIC_FILE_SPLICE_(9)
Related Man Pages |
---|
vmsplice(2) - linux |
tee(2) - centos |
tee(2) - suse |
vmsplice(2) - mojave |
vmsplice(2) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |
[TIP] Processing YAML files with yq |