Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/include/linux/
H A Dsplice.h85 extern long do_splice(struct file *in, loff_t *off_in,
/openbmc/linux/io_uring/
H A Dsplice.c112 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice()
/openbmc/linux/fs/
H A Dsplice.c1243 long do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() function
1370 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()