Searched refs:IO_RING_F_REG_RESTRICTED (Results 1 – 3 of 3) sorted by relevance
197 ctx->int_flags |= IO_RING_F_REG_RESTRICTED; in io_register_restrictions()736 if ((ctx->int_flags & IO_RING_F_REG_RESTRICTED) && !(ctx->flags & IORING_SETUP_R_DISABLED)) { in __io_uring_register()
2958 ctx->int_flags |= IO_RING_F_REG_RESTRICTED; in io_ctx_restriction_clone()
279 IO_RING_F_REG_RESTRICTED = BIT(2), enumerator