Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dregister.c197 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()
H A Dio_uring.c2958 ctx->int_flags |= IO_RING_F_REG_RESTRICTED; in io_ctx_restriction_clone()
/linux/include/linux/
H A Dio_uring_types.h279 IO_RING_F_REG_RESTRICTED = BIT(2), enumerator