Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dnet.h53 int io_bind(struct io_kiocb *req, unsigned int issue_flags);
Dnet.c54 struct io_bind { struct
1736 struct io_bind *bind = io_kiocb_to_cmd(req, struct io_bind); in io_bind_prep()
1752 int io_bind(struct io_kiocb *req, unsigned int issue_flags) in io_bind() function
1754 struct io_bind *bind = io_kiocb_to_cmd(req, struct io_bind); in io_bind()
Dopdef.c502 .issue = io_bind,