Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnop.c54 req->file = io_file_get_fixed(req, nop->fd, issue_flags); in io_nop()
H A Dcancel.c215 req->file = io_file_get_fixed(req, cancel->fd, in io_async_cancel()
H A Dio_uring.h89 struct file *io_file_get_fixed(struct io_kiocb *req, int fd,
H A Dio_uring.c1746 req->file = io_file_get_fixed(req, req->cqe.fd, issue_flags); in io_assign_file()
1945 inline struct file *io_file_get_fixed(struct io_kiocb *req, int fd, in io_file_get_fixed() function