Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/fuse/
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/tools/include/uapi/linux/
H A Dio_uring.h248 IORING_OP_URING_CMD, enumerator
/linux/tools/testing/selftests/ublk/
H A Dkublk.h301 sqe->opcode = IORING_OP_URING_CMD; in __io_uring_prep_buf_reg_unreg()
H A Dkublk.c51 sqe->opcode = IORING_OP_URING_CMD; in ublk_ctrl_init_cmd()
679 sqe[0]->opcode = IORING_OP_URING_CMD; in ublk_queue_io_cmd()
/linux/tools/include/io_uring/
H A Dmini_liburing.h266 sqe->opcode = (__u8)IORING_OP_URING_CMD; in io_uring_prep_cmd()
/linux/include/uapi/linux/
H A Dio_uring.h287 IORING_OP_URING_CMD, enumerator
/linux/io_uring/
H A Drw.c1256 if (req->opcode == IORING_OP_URING_CMD) { in io_uring_classic_poll()
1379 if (req->opcode != IORING_OP_URING_CMD) in io_do_iopoll()
H A Dkbuf.c174 if (!io_file_can_poll(req) && req->opcode != IORING_OP_URING_CMD) in io_should_commit()