| author | |
| committer | |
| log | 11489bb04f82cf91e23bd1980fb4cf49b5a6fc54 |
| tree | 200fd338f6136eaaa93c8284e0f7d2183c42f597 |
| parent | 4df7f7c86a0a105b5d3764121f259a39487a6c8a |
| signature |
Reference [upstream io_uring.h](https://github.com/torvalds/linux/blob/cbf3a2cb156a2c911d8f38d8247814b4c07f49a2/include/uapi/linux/io_uring.h#L234)1 files changed, 9 insertions(+), 0 deletions(-)
lib/std/os/linux.zig+9| ... | @@ -3882,6 +3882,15 @@ pub const IORING_OP = enum(u8) { | ... | @@ -3882,6 +3882,15 @@ pub const IORING_OP = enum(u8) { |
| 3882 | MKDIRAT, | 3882 | MKDIRAT, |
| 3883 | SYMLINKAT, | 3883 | SYMLINKAT, |
| 3884 | LINKAT, | 3884 | LINKAT, |
| 3885 | MSG_RING, | ||
| 3886 | FSETXATTR, | ||
| 3887 | SETXATTR, | ||
| 3888 | FGETXATTR, | ||
| 3889 | GETXATTR, | ||
| 3890 | SOCKET, | ||
| 3891 | URING_CMD, | ||
| 3892 | SEND_ZC, | ||
| 3893 | SENDMSG_ZC, | ||
| 3885 | 3894 | ||
| 3886 | _, | 3895 | _, |
| 3887 | }; | 3896 | }; |