Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h196 u8 sqe_flags_allowed; member
/linux/io_uring/
H A Dregister.c155 ctx->restrictions.sqe_flags_allowed = res[i].sqe_flags; in io_register_restrictions()
H A Dio_uring.c1992 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()