Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dsplice.h81 extern long do_splice(struct file *in, loff_t *off_in,
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsplice.c107 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 Dsplice.c1008 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 Dio_uring.c3979 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice()