Searched refs:do_tee (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/ |
D | splice.h | 85 extern long do_tee(struct file *in, struct file *out, size_t len,
|
/linux-5.19.10/fs/ |
D | splice.c | 1663 long do_tee(struct file *in, struct file *out, size_t len, unsigned int flags) in do_tee() function 1712 error = do_tee(in.file, out.file, len, flags); in SYSCALL_DEFINE4()
|
/linux-5.19.10/io_uring/ |
D | io_uring.c | 4953 ret = do_tee(in, out, sp->len, flags); in io_tee()
|