Searched refs:io_file_get_normal (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A Dsplice.c61 in = io_file_get_normal(req, sp->splice_fd_in);
102 in = io_file_get_normal(req, sp->splice_fd_in);
H A Dcancel.c220 req->file = io_file_get_normal(req, cancel->fd);
H A Dio_uring.h75 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
H A Dio_uring.c1804 req->file = io_file_get_normal(req, req->cqe.fd);
1877 req->file = io_file_get_normal(req, req->cqe.fd);
2065 struct file *io_file_get_normal(struct io_kiocb *req, int fd) function

Completed in 112 milliseconds