Searched refs:io_file_get_normal (Results 1 – 5 of 5) sorted by relevance
56 req->file = io_file_get_normal(req, nop->fd); in io_nop()
67 return io_file_get_normal(req, sp->splice_fd_in); in io_splice_get_file()
218 req->file = io_file_get_normal(req, cancel->fd); in io_async_cancel()
87 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
1710 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()1925 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function