generic_file_splice_read(9) centos man page | unix.com

Man Page: generic_file_splice_read

Operating Environment: centos

Section: 9

GENERIC_FILE_SPLICE_(9) 					    splice API						   GENERIC_FILE_SPLICE_(9)

NAME
generic_file_splice_read - splice data from file to a pipe
SYNOPSIS
ssize_t generic_file_splice_read(struct file * in, loff_t * ppos, struct pipe_inode_info * pipe, size_t len, unsigned int flags);
ARGUMENTS
in file to splice from ppos position in in pipe pipe to splice to len number of bytes to splice flags splice modifier flags
DESCRIPTION
Will 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 GENERIC_FILE_SPLICE_(9)
Related Man Pages
vmsplice(2) - suse
vmsplice(2) - mojave
vmsplice(2) - x11r4
vmsplice(2) - plan9
vmsplice(2) - minix
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Docker learning Phase-I
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq