Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dsplice.c61 in = io_file_get_normal(req, sp->splice_fd_in); in io_tee()
102 in = io_file_get_normal(req, sp->splice_fd_in); in io_splice()
Dcancel.c211 req->file = io_file_get_normal(req, cancel->fd); in io_async_cancel()
Dio_uring.h52 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
Dio_uring.c1785 req->file = io_file_get_normal(req, req->cqe.fd); in io_req_prep_async()
1858 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()
2017 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function