Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dsplice.c59 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags); in io_tee()
101 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags); in io_splice()
Dcancel.c181 req->file = io_file_get_fixed(req, cancel->fd, in io_async_cancel()
Dio_uring.h45 struct file *io_file_get_fixed(struct io_kiocb *req, int fd,
Dio_uring.c1721 req->file = io_file_get_fixed(req, req->cqe.fd, issue_flags); in io_assign_file()
1847 inline struct file *io_file_get_fixed(struct io_kiocb *req, int fd, in io_file_get_fixed() function