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

/linux-master/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-master/include/linux/
H A Dsplice.h84 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out,
/linux-master/io_uring/
H A Dsplice.c112 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags);
/linux-master/fs/
H A Dsplice.c1305 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out, function
1436 ret = do_splice(in, __off_in, out, __off_out, len, flags);

Completed in 232 milliseconds