Searched refs:io_file_get_normal (Results 1 – 3 of 3) sorted by relevance
173 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
223 req->file = io_file_get_normal(req, cancel->fd); in io_async_cancel()
1359 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()1575 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function