Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dnop.c56 req->file = io_file_get_normal(req, nop->fd); in io_nop()
H A Dsplice.c67 return io_file_get_normal(req, sp->splice_fd_in); in io_splice_get_file()
H A Dcancel.c218 req->file = io_file_get_normal(req, cancel->fd); in io_async_cancel()
H A Dio_uring.h87 struct file *io_file_get_normal(struct io_kiocb *req, int fd);
H A Dio_uring.c1710 req->file = io_file_get_normal(req, req->cqe.fd); in io_assign_file()
1925 struct file *io_file_get_normal(struct io_kiocb *req, int fd) in io_file_get_normal() function