Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h278 IO_RING_F_OP_RESTRICTED = BIT(1), enumerator
/linux/io_uring/
H A Dio_uring.c1676 if (!(ctx->int_flags & IO_RING_F_OP_RESTRICTED)) in io_check_restriction()
1779 …if (unlikely(ctx->int_flags & (IO_RING_F_OP_RESTRICTED | IO_RING_F_DRAIN_ACTIVE | IO_RING_F_DRAIN_… in io_init_req()
2956 ctx->int_flags |= IO_RING_F_OP_RESTRICTED; in io_ctx_restriction_clone()
H A Dregister.c195 ctx->int_flags |= IO_RING_F_OP_RESTRICTED; in io_register_restrictions()