Lines Matching defs:sqe_flags
2085 unsigned int sqe_flags)
2090 if ((sqe_flags & ctx->restrictions.sqe_flags_required) !=
2094 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed |
2125 unsigned int sqe_flags;
2132 req->flags = sqe_flags = READ_ONCE(sqe->flags);
2143 if (unlikely(sqe_flags & ~SQE_COMMON_FLAGS)) {
2145 if (sqe_flags & ~SQE_VALID_FLAGS)
2147 if (sqe_flags & IOSQE_BUFFER_SELECT) {
2152 if (sqe_flags & IOSQE_CQE_SKIP_SUCCESS)
2154 if (sqe_flags & IOSQE_IO_DRAIN) {
2161 if (ctx->restricted && !io_check_restriction(ctx, req, sqe_flags))
4183 ctx->restrictions.sqe_flags_allowed = res[i].sqe_flags;
4186 ctx->restrictions.sqe_flags_required = res[i].sqe_flags;