os/linux: add more io_uring opcode

This commit is contained in:
Vincent Rischmann 2021-12-12 16:55:51 +01:00
parent a76910b691
commit 331b8e892a

View File

@ -3576,6 +3576,12 @@ pub const IORING_OP = enum(u8) {
PROVIDE_BUFFERS,
REMOVE_BUFFERS,
TEE,
SHUTDOWN,
RENAMEAT,
UNLINKAT,
MKDIRAT,
SYMLINKAT,
LINKAT,
_,
};