Lines Matching defs:sqe_flags
7144 unsigned int sqe_flags)
7152 if ((sqe_flags & ctx->restrictions.sqe_flags_required) !=
7156 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed |
7168 unsigned int sqe_flags;
7174 req->flags = sqe_flags = READ_ONCE(sqe->flags);
7181 if (unlikely(sqe_flags & ~SQE_VALID_FLAGS))
7185 if (!io_check_restriction(ctx, req, sqe_flags))
7188 if ((sqe_flags & IOSQE_BUFFER_SELECT) &&
7191 if (unlikely(sqe_flags & IOSQE_IO_DRAIN))
7216 (sqe_flags & IOSQE_FIXED_FILE),
10630 ctx->restrictions.sqe_flags_allowed = res[i].sqe_flags;
10633 ctx->restrictions.sqe_flags_required = res[i].sqe_flags;