Lines Matching defs:sqe
423 int io_timeout_remove_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe)
429 if (sqe->buf_index || sqe->len || sqe->splice_fd_in)
433 tr->addr = READ_ONCE(sqe->addr);
434 tr->flags = READ_ONCE(sqe->timeout_flags);
442 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2)))
493 const struct io_uring_sqe *sqe,
499 u32 off = READ_ONCE(sqe->off);
501 if (sqe->buf_index || sqe->len != 1 || sqe->splice_fd_in)
505 flags = READ_ONCE(sqe->timeout_flags);
538 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr)))
561 int io_timeout_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe)
563 return __io_timeout_prep(req, sqe, false);
566 int io_link_timeout_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe)
568 return __io_timeout_prep(req, sqe, true);
582 * sqe->off holds how many events that need to occur for this