Home
last modified time | relevance | path

Searched refs:do_tee (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dsplice.h85 extern long do_tee(struct file *in, struct file *out, size_t len,
/Linux-v5.15/fs/
Dsplice.c1665 long do_tee(struct file *in, struct file *out, size_t len, unsigned int flags) in do_tee() function
1714 error = do_tee(in.file, out.file, len, flags); in SYSCALL_DEFINE4()
Dio_uring.c4003 ret = do_tee(in, out, sp->len, flags); in io_tee()