Home
last modified time | relevance | path

Searched refs:do_splice (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/splice/
H A Dshort_splice_read.sh71 do_splice() function
104 if ! do_splice "$filename" 4096 "$full" "full read" ; then
110 if ! do_splice "$filename" 2 "$two" "'$two'" ; then
/linux/include/linux/
H A Dsplice.h84 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out,
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c936 static int do_splice(const int infd, const int outfd, const size_t len, in do_splice() function
982 err = do_splice(peerfd, outfd, size, winfo); in copyfd_io_splice()
986 err = do_splice(infd, peerfd, size, winfo); in copyfd_io_splice()
988 err = do_splice(infd, peerfd, size, winfo); in copyfd_io_splice()
994 err = do_splice(peerfd, outfd, size, winfo); in copyfd_io_splice()
/linux/fs/
H A Dsplice.c1300 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() function
1431 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()