Searched refs:do_splice (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/splice/ |
D | short_splice_read.sh | 71 do_splice() function 104 if ! do_splice "$filename" 4096 "$full" "full read" ; then 110 if ! do_splice "$filename" 2 "$two" "'$two'" ; then
|
/linux-6.12.1/include/linux/ |
D | splice.h | 84 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out,
|
/linux-6.12.1/io_uring/ |
D | splice.c | 112 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice()
|
/linux-6.12.1/fs/ |
D | splice.c | 1305 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() function 1436 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
|