Searched refs:sqe (Results 1 – 1 of 1) sorted by relevance
271 const struct io_uring_sqe *sqe; member506 if (req->submit.sqe) { in io_queue_async_work()1099 const struct io_uring_sqe *sqe = s->sqe; in io_prep_rw() local1123 kiocb->ki_pos = READ_ONCE(sqe->off); in io_prep_rw()1127 ioprio = READ_ONCE(sqe->ioprio); in io_prep_rw()1137 ret = kiocb_set_rw_flags(kiocb, READ_ONCE(sqe->rw_flags)); in io_prep_rw()1187 const struct io_uring_sqe *sqe, in io_import_fixed() argument1190 size_t len = READ_ONCE(sqe->len); in io_import_fixed()1200 buf_index = READ_ONCE(sqe->buf_index); in io_import_fixed()1206 buf_addr = READ_ONCE(sqe->addr); in io_import_fixed()[all …]