Searched refs:sqe_flags (Results 1 – 3 of 3) sorted by relevance
389 __u8 sqe_flags; /* IORING_RESTRICTION_SQE_FLAGS_* */ member
1067 u32 sqe_flags = sqe->flags; in siw_sqe_complete() local1097 notify = siw_cq_notify_now(cq, sqe_flags); in siw_sqe_complete()
7076 unsigned int sqe_flags) in io_check_restriction() argument7081 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()7085 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()7115 unsigned int sqe_flags; in io_init_req() local7122 req->flags = sqe_flags = READ_ONCE(sqe->flags); in io_init_req()7132 if (unlikely(sqe_flags & ~SQE_COMMON_FLAGS)) { in io_init_req()7134 if (sqe_flags & ~SQE_VALID_FLAGS) in io_init_req()7136 if ((sqe_flags & IOSQE_BUFFER_SELECT) && in io_init_req()7139 if (sqe_flags & IOSQE_IO_DRAIN) in io_init_req()7170 (sqe_flags & IOSQE_FIXED_FILE)); in io_init_req()[all …]
Completed in 789 milliseconds