Man Page: splice_direct_to_actor
Operating Environment: centos
Section: 9
SPLICE_DIRECT_TO_ACT(9) splice API SPLICE_DIRECT_TO_ACT(9)NAMEsplice_direct_to_actor - splices data directly between two non-pipesSYNOPSISssize_t splice_direct_to_actor(struct file * in, struct splice_desc * sd, splice_direct_actor * actor);ARGUMENTSin file to splice from sd actor information on where to splice to actor handles the data splicingDESCRIPTIONThis is a special case helper to splice directly between two points, without requiring an explicit pipe. Internally an allocated pipe is cached in the process, and reused during the lifetime of that process.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SPLICE_DIRECT_TO_ACT(9)
| Related Man Pages |
|---|
| vmsplice(2) - debian |
| vmsplice(2) - suse |
| vmsplice(2) - xfree86 |
| vmsplice(2) - php |
| vmsplice(2) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Tar Command |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |