Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dio_uring.h575 __u8 register_op; /* IORING_RESTRICTION_REGISTER_OP */ member
/Linux-v6.1/include/linux/
Dio_uring_types.h155 DECLARE_BITMAP(register_op, IORING_REGISTER_LAST);
/Linux-v6.1/io_uring/
Dio_uring.c3698 if (res[i].register_op >= IORING_REGISTER_LAST) { in io_register_restrictions()
3703 __set_bit(res[i].register_op, in io_register_restrictions()
3704 ctx->restrictions.register_op); in io_register_restrictions()
3903 if (!test_bit(opcode, ctx->restrictions.register_op)) in __io_uring_register()