Searched refs:io_file_get_fixed (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | splice.c | 59 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags); in io_tee() 100 in = io_file_get_fixed(req, sp->splice_fd_in, issue_flags); in io_splice()
|
H A D | cancel.c | 208 req->file = io_file_get_fixed(req, cancel->fd, in io_async_cancel()
|
H A D | io_uring.h | 60 struct file *io_file_get_fixed(struct io_kiocb *req, int fd,
|
H A D | io_uring.c | 1859 req->file = io_file_get_fixed(req, req->cqe.fd, issue_flags); in io_assign_file() 2003 inline struct file *io_file_get_fixed(struct io_kiocb *req, int fd, in io_file_get_fixed() function
|