Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnop.c59 req->file = io_file_get_normal(req, nop->fd); in io_nop()
H A Dio_uring.h84 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
H A Dio_uring.c1717 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()
1901 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function