Searched refs:splice (Results 26 - 42 of 42) sorted by last modified time

12

/linux-master/lib/
H A Diov_iter.c10 #include <linux/splice.h>
/linux-master/fs/nfs/
H A Dnfs4file.c13 #include <linux/splice.h>
/linux-master/fs/
H A Dbacking-file.c13 #include <linux/splice.h>
H A DMakefile15 pnode.o splice.o sync.o utimes.o d_path.o \
H A Dremap_range.c13 #include <linux/splice.h>
H A Dsplice.c3 * "splice": joining two ropes together by interweaving their strands.
9 * The traditional unix read/write is extended with a "splice()" operation
25 #include <linux/splice.h>
45 * here if set to avoid blocking other users of this pipe if splice is
130 * splice, if this is the first page.
302 * copy_splice_read - Copy data from a file and splice the copy into a pipe
305 * @pipe: The pipe to splice into
306 * @len: The amount to splice
427 * @pipe: pipe to splice from
511 * splice_from_pipe_next - wait for some data to splice fro
[all...]
/linux-master/drivers/block/
H A Dloop.c26 #include <linux/splice.h>
/linux-master/drivers/char/
H A Dvirtio_console.c14 #include <linux/splice.h>
916 * Rproc_serial does not yet support splice. To support splice
H A Dmem.c26 #include <linux/splice.h>
/linux-master/kernel/
H A Drelay.c24 #include <linux/splice.h>
/linux-master/io_uring/
H A Dsplice.c10 #include <linux/splice.h>
15 #include "splice.h"
/linux-master/fs/coda/
H A Dfile.c26 #include <linux/splice.h>
/linux-master/fs/ocfs2/
H A Dxattr.c20 #include <linux/splice.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c76 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK);
/linux-master/tools/testing/selftests/splice/
H A Dsplice_read.c47 /* splice(2) file to stdout. */
48 spliced = splice(fd, NULL, STDOUT_FILENO, NULL,
51 perror("splice");
H A Ddefault_file_splice_read.c7 splice(0, 0, 1, 0, 1<<30, 0);
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c127 rlen = splice(ts->in_fd, NULL, ts->read_pipe, NULL,
148 ret = splice(ts->write_pipe, NULL, ts->out_fd, NULL,

Completed in 319 milliseconds

12