Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h185 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
H A Dio_uring.c1362 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()
1577 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function