Home
last modified time | relevance | path

Searched refs:io_shutdown (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/io_uring/
Dnet.h35 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags);
Dnet.c21 struct io_shutdown { struct
88 struct io_shutdown *shutdown = io_kiocb_to_cmd(req, struct io_shutdown); in io_shutdown_prep()
99 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags) in io_shutdown() function
101 struct io_shutdown *shutdown = io_kiocb_to_cmd(req, struct io_shutdown); in io_shutdown()
Dopdef.c338 .issue = io_shutdown,