Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h276 unsigned int op_restricted: 1; member
/linux/io_uring/
H A Dio_uring.c1674 if (!ctx->op_restricted) in io_check_restriction()
1777 if (unlikely(ctx->op_restricted || ctx->drain_active || ctx->drain_next)) { in io_init_req()
2929 ctx->op_restricted = 1; in io_ctx_restriction_clone()
H A Dregister.c195 ctx->op_restricted = 1; in io_register_restrictions()