Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dio_uring.h305 __u8 register_op; /* IORING_RESTRICTION_REGISTER_OP */ member
/Linux-v5.10/fs/
Dio_uring.c230 DECLARE_BITMAP(register_op, IORING_REGISTER_LAST);
9530 if (res[i].register_op >= IORING_REGISTER_LAST) { in io_register_restrictions()
9535 __set_bit(res[i].register_op, in io_register_restrictions()
9536 ctx->restrictions.register_op); in io_register_restrictions()
9648 if (!test_bit(opcode, ctx->restrictions.register_op)) { in __io_uring_register()