Query: do_splice_direct
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DO_SPLICE_DIRECT(9) splice API DO_SPLICE_DIRECT(9)NAMEdo_splice_direct - splices data directly between two filesSYNOPSISlong do_splice_direct(struct file * in, loff_t * ppos, struct file * out, size_t len, unsigned int flags);ARGUMENTSin file to splice from ppos input file offset out file to splice to len number of bytes to splice flags splice modifier flagsDESCRIPTIONFor use by do_sendfile. splice can easily emulate sendfile, but doing it in the application would incur an extra system call (splice in + splice out, as compared to just sendfile). So this helper can splice directly through a process-private pipe.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DO_SPLICE_DIRECT(9)
Related Man Pages |
---|
splice(2) - linux |
tee(2) - linux |
vmsplice(2) - linux |
tee(2) - suse |
splice(2) - mojave |
Similar Topics in the Unix Linux Community |
---|
Migrating to UNIX |
Cut command on RHEL 6.8 compatibility issues |
A (ksh) Library For and From UNIX.com |
Docker learning Phase-I |
The Future of the PM (Private Message) System at UNIX.com |