Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c891 struct io_mapped_ubuf *imu; member
3018 req->imu = NULL; in io_prep_rw()
3028 req->imu = ctx->user_bufs[index]; in io_prep_rw()
3119 struct io_mapped_ubuf *imu) in __io_import_fixed() argument
3128 if (unlikely(buf_addr < imu->ubuf || buf_end > imu->ubuf_end)) in __io_import_fixed()
3135 offset = buf_addr - imu->ubuf; in __io_import_fixed()
3136 iov_iter_bvec(iter, rw, imu->bvec, imu->nr_bvecs, offset + len); in __io_import_fixed()
3155 const struct bio_vec *bvec = imu->bvec; in __io_import_fixed()
3178 if (WARN_ON_ONCE(!req->imu)) in io_import_fixed()
3180 return __io_import_fixed(req, rw, iter, req->imu); in io_import_fixed()
[all …]