Home
last modified time | relevance | path

Searched refs:sqe_flags (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dio_uring.h388 __u8 sqe_flags; /* IORING_RESTRICTION_SQE_FLAGS_* */ member
/Linux-v5.15/drivers/infiniband/sw/siw/
Dsiw_qp.c1067 u32 sqe_flags = sqe->flags; in siw_sqe_complete() local
1097 notify = siw_cq_notify_now(cq, sqe_flags); in siw_sqe_complete()
/Linux-v5.15/fs/
Dio_uring.c7028 unsigned int sqe_flags) in io_check_restriction() argument
7036 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()
7040 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()
7052 unsigned int sqe_flags; in io_init_req() local
7058 req->flags = sqe_flags = READ_ONCE(sqe->flags); in io_init_req()
7065 if (unlikely(sqe_flags & ~SQE_VALID_FLAGS)) in io_init_req()
7069 if (!io_check_restriction(ctx, req, sqe_flags)) in io_init_req()
7072 if ((sqe_flags & IOSQE_BUFFER_SELECT) && in io_init_req()
7075 if (unlikely(sqe_flags & IOSQE_IO_DRAIN)) in io_init_req()
7100 (sqe_flags & IOSQE_FIXED_FILE)); in io_init_req()
[all …]