Lines Matching defs:sqe_flags
1678 unsigned int sqe_flags)
1685 if ((sqe_flags & ctx->restrictions.sqe_flags_required) !=
1689 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed |
1726 unsigned int sqe_flags;
1732 sqe_flags = READ_ONCE(sqe->flags);
1733 req->flags = (__force io_req_flags_t) sqe_flags;
1765 if (unlikely(sqe_flags & ~SQE_COMMON_FLAGS)) {
1767 if (sqe_flags & ~SQE_VALID_FLAGS)
1769 if (sqe_flags & IOSQE_BUFFER_SELECT) {
1774 if (sqe_flags & IOSQE_CQE_SKIP_SUCCESS)
1776 if (sqe_flags & IOSQE_IO_DRAIN) {
1783 if (!io_check_restriction(ctx, req, sqe_flags))