Searched refs:in (Results 1 – 1 of 1) sorted by relevance
/io_uring/ |
D | io_uring.c | 4159 struct file *in; in io_tee() local 4165 in = io_file_get(req->ctx, req, sp->splice_fd_in, in io_tee() 4167 if (!in) { in io_tee() 4173 ret = do_tee(in, out, sp->len, flags); in io_tee() 4176 io_put_file(in); in io_tee() 4199 struct file *in; in io_splice() local 4205 in = io_file_get(req->ctx, req, sp->splice_fd_in, in io_splice() 4207 if (!in) { in io_splice() 4216 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice() 4219 io_put_file(in); in io_splice()
|