Home
last modified time | relevance | path

Searched refs:IORING_OP_URING_CMD (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/filesystems/
H A Dfuse-io-uring.rst28 needs to submit SQEs (opcode = IORING_OP_URING_CMD) to the /dev/fuse
48 | | IORING_OP_URING_CMD /
81 | | IORING_OP_URING_CMD/
/linux-6.15/tools/testing/selftests/ublk/
H A Dkublk.h292 sqe->opcode = IORING_OP_URING_CMD; in io_uring_prep_buf_register()
307 sqe->opcode = IORING_OP_URING_CMD; in io_uring_prep_buf_unregister()
H A Dkublk.c51 sqe->opcode = IORING_OP_URING_CMD; in ublk_ctrl_init_cmd()
572 sqe[0]->opcode = IORING_OP_URING_CMD; in ublk_queue_io_cmd()
/linux-6.15/io_uring/
H A Dopdef.c414 [IORING_OP_URING_CMD] = {
756 [IORING_OP_URING_CMD] = {
H A Drw.c1239 if (req->opcode == IORING_OP_URING_CMD) { in io_uring_classic_poll()
1362 if (req->opcode != IORING_OP_URING_CMD) in io_do_iopoll()
/linux-6.15/tools/include/uapi/linux/
H A Dio_uring.h248 IORING_OP_URING_CMD, enumerator
/linux-6.15/tools/include/io_uring/
H A Dmini_liburing.h237 sqe->opcode = (__u8)IORING_OP_URING_CMD; in io_uring_prep_cmd()
/linux-6.15/include/uapi/linux/
H A Dio_uring.h270 IORING_OP_URING_CMD, enumerator