Searched refs:do_splice (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/splice/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | splice.h | 81 extern long do_splice(struct file *in, loff_t *off_in,
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | splice.c | 107 static uint64_t do_splice(sox_effect_t * effp, in do_splice() function 227 p->buffer_pos = do_splice(effp, p->buffer, in flow()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | splice.c | 1008 long do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() function 1137 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 3979 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice()
|