Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c4021 struct file *in; in io_tee() local
4027 in = io_file_get(req->ctx, req, sp->splice_fd_in, in io_tee()
4029 if (!in) { in io_tee()
4035 ret = do_tee(in, out, sp->len, flags); in io_tee()
4038 io_put_file(in); in io_tee()
4061 struct file *in; in io_splice() local
4067 in = io_file_get(req->ctx, req, sp->splice_fd_in, in io_splice()
4069 if (!in) { in io_splice()
4078 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice()
4081 io_put_file(in); in io_splice()