Home
last modified time | relevance | path

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

/linux/io_uring/
H A During_cmd.h12 int io_uring_cmd_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
H A Dopdef.c428 .prep = io_uring_cmd_prep,
599 .prep = io_uring_cmd_prep,
H A During_cmd.c184 int io_uring_cmd_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_uring_cmd_prep() function