Home
last modified time | relevance | path

Searched refs:register_op (Results 1 – 5 of 5) sorted by relevance

/linux/io_uring/
H A Dregister.c134 if (res[i].register_op >= IORING_REGISTER_LAST) in io_parse_restrictions()
136 __set_bit(res[i].register_op, restrictions->register_op); in io_parse_restrictions()
738 if (!test_bit(opcode, ctx->restrictions.register_op)) in __io_uring_register()
H A Dio_uring.c2910 memcpy(&dst->register_op, &src->register_op, sizeof(dst->register_op)); in io_restriction_clone()
/linux/tools/include/uapi/linux/
H A Dio_uring.h633 __u8 register_op; /* IORING_RESTRICTION_REGISTER_OP */ member
/linux/include/linux/
H A Dio_uring_types.h231 DECLARE_BITMAP(register_op, IORING_REGISTER_LAST);
/linux/include/uapi/linux/
H A Dio_uring.h816 __u8 register_op; /* IORING_RESTRICTION_REGISTER_OP */ member