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.h236 u8 sqe_flags_allowed; member
/linux/io_uring/
H A Dio_uring.c1683 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()
2909 dst->sqe_flags_allowed = src->sqe_flags_allowed; in io_restriction_clone()
H A Dregister.c146 restrictions->sqe_flags_allowed = res[i].sqe_flags; in io_parse_restrictions()