Lines Matching defs:flags
33 u32 flags;
99 if (current->flags & PF_EXITING) {
102 u32 flags = 0;
104 if (msg->flags & IORING_MSG_RING_FLAGS_PASS)
105 flags = msg->cqe_flags;
113 if (target_ctx->flags & IORING_SETUP_IOPOLL)
115 if (!io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags))
117 if (target_ctx->flags & IORING_SETUP_IOPOLL)
130 u32 flags = 0;
133 if (msg->src_fd || msg->flags & ~IORING_MSG_RING_FLAGS_PASS)
135 if (!(msg->flags & IORING_MSG_RING_FLAGS_PASS) && msg->dst_fd)
137 if (target_ctx->flags & IORING_SETUP_R_DISABLED)
143 if (msg->flags & IORING_MSG_RING_FLAGS_PASS)
144 flags = msg->cqe_flags;
147 if (target_ctx->flags & IORING_SETUP_IOPOLL) {
150 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags))
154 if (io_post_aux_cqe(target_ctx, msg->user_data, msg->len, flags))
193 req->flags &= ~REQ_F_NEED_CLEANUP;
195 if (msg->flags & IORING_MSG_RING_CQE_SKIP)
216 if (!(current->flags & PF_EXITING))
234 if (target_ctx->flags & IORING_SETUP_R_DISABLED)
241 req->flags |= REQ_F_NEED_CLEANUP;
262 msg->flags = READ_ONCE(sqe->msg_ring_flags);
263 if (msg->flags & ~IORING_MSG_RING_MASK)