Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dregister.c143 restrictions->op_registered = true; in io_parse_restrictions()
147 restrictions->op_registered = true; in io_parse_restrictions()
151 restrictions->op_registered = true; in io_parse_restrictions()
159 restrictions->op_registered = true; in io_parse_restrictions()
177 if (ctx->restrictions.op_registered || ctx->restrictions.reg_registered) in io_register_restrictions()
186 if (ctx->restrictions.op_registered) in io_register_restrictions()
H A Dio_uring.c2909 dst->op_registered = src->op_registered; in io_restriction_clone()
2923 if (dst->op_registered) in io_ctx_restriction_clone()
/linux/include/linux/
H A Dio_uring_types.h239 bool op_registered; member