Searched refs:io_shutdown (Results 1 – 3 of 3) sorted by relevance
24 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags);
21 struct io_shutdown { struct94 struct io_shutdown *shutdown = io_kiocb_to_cmd(req, struct io_shutdown); in io_shutdown_prep()105 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags) in io_shutdown() function107 struct io_shutdown *shutdown = io_kiocb_to_cmd(req, struct io_shutdown); in io_shutdown()
354 .issue = io_shutdown,