Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h692 IORING_RESTRICTION_REGISTER_OP = 0, enumerator
/linux/include/uapi/linux/
H A Dio_uring.h823 __u8 register_op; /* IORING_RESTRICTION_REGISTER_OP */
959 IORING_RESTRICTION_REGISTER_OP = 0,
952 IORING_RESTRICTION_REGISTER_OP = 0, global() enumerator
/linux/io_uring/
H A Dregister.c133 case IORING_RESTRICTION_REGISTER_OP: in io_parse_restrictions()