Home
last modified time | relevance | path

Searched refs:SQE_VALID_FLAGS (Results 1 – 4 of 4) sorted by relevance

/linux/io_uring/
H A Dquery.c27 e->sqe_flags = SQE_VALID_FLAGS; in io_query_ops()
H A Dbpf_filter.c32 bctx->sqe_flags = (__force int) req->flags & SQE_VALID_FLAGS; in io_uring_populate_bpf_ctx()
H A Dio_uring.h86 #define SQE_VALID_FLAGS (IOSQE_FIXED_FILE |\ macro
H A Dio_uring.c1762 if (sqe_flags & ~SQE_VALID_FLAGS) in io_init_req()
3190 BUILD_BUG_ON(SQE_VALID_FLAGS >= (1 << 8)); in io_uring_init()
3192 BUILD_BUG_ON((SQE_VALID_FLAGS | SQE_COMMON_FLAGS) != SQE_VALID_FLAGS); in io_uring_init()