Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dio_uring_types.h207 u8 sqe_flags_allowed; member
/linux-6.15/io_uring/
H A Dregister.c141 restrictions->sqe_flags_allowed = res[i].sqe_flags; in io_parse_restrictions()
H A Dio_uring.c2009 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()