Searched refs:io_file_get_normal (Results 1 – 4 of 4) sorted by relevance
61 in = io_file_get_normal(req, sp->splice_fd_in); in io_tee()103 in = io_file_get_normal(req, sp->splice_fd_in); in io_splice()
184 req->file = io_file_get_normal(req, cancel->fd); in io_async_cancel()
44 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
1595 req->file = io_file_get_normal(req, req->cqe.fd); in io_req_prep_async()1700 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()1847 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function