Searched refs:io_bind (Results 1 – 3 of 3) sorted by relevance
57 int io_bind(struct io_kiocb *req, unsigned int issue_flags);
55 struct io_bind { struct1786 struct io_bind *bind = io_kiocb_to_cmd(req, struct io_bind); in io_bind_prep()1802 int io_bind(struct io_kiocb *req, unsigned int issue_flags) in io_bind() function1804 struct io_bind *bind = io_kiocb_to_cmd(req, struct io_bind); in io_bind()
504 .issue = io_bind,