Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/splice/
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-v5.15/include/linux/
Dsplice.h81 extern long do_splice(struct file *in, loff_t *off_in,
/Linux-v5.15/fs/
Dsplice.c1028 long do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() function
1144 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
Dio_uring.c4040 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice()