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

/linux-master/io_uring/
H A Dsplice.c59 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags);
100 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags);
H A Dcancel.c217 req->file = io_file_get_fixed(req, cancel->fd,
H A Dio_uring.h76 struct file *io_file_get_fixed(struct io_kiocb *req, int fd,
H A Dio_uring.c1875 req->file = io_file_get_fixed(req, req->cqe.fd, issue_flags);
2043 inline struct file *io_file_get_fixed(struct io_kiocb *req, int fd, function

Completed in 134 milliseconds