Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring.h13 const char *io_uring_get_opcode(u8 opcode);
41 static inline const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function
/linux/include/trace/events/
H A Dio_uring.h155 __string( op_str, io_uring_get_opcode(req->opcode) )
196 __string( op_str, io_uring_get_opcode(req->opcode) )
296 __string( op_str, io_uring_get_opcode(req->opcode) )
378 __string( op_str, io_uring_get_opcode(req->opcode) )
422 __string( op_str, io_uring_get_opcode(req->opcode) )
462 __string( op_str, io_uring_get_opcode(req->opcode) )
514 __string( op_str, io_uring_get_opcode(sqe->opcode) )
/linux/io_uring/
H A Dopdef.c829 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function