Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dsplice.c61 in = io_file_get_normal(req, sp->splice_fd_in); in io_tee()
103 in = io_file_get_normal(req, sp->splice_fd_in); in io_splice()
Dcancel.c184 req->file = io_file_get_normal(req, cancel->fd); in io_async_cancel()
Dio_uring.h44 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
Dio_uring.c1595 req->file = io_file_get_normal(req, req->cqe.fd); in io_req_prep_async()
1700 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()
1847 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function