Searched refs:fast_iov (Results 1 – 3 of 3) sorted by relevance
308 struct iovec *fast_iov, bool compat);
705 struct iovec fast_iov[UIO_FASTIOV]; member714 struct iovec fast_iov[UIO_FASTIOV]; member3278 const struct iovec *fast_iov, struct iov_iter *iter) in io_req_map_rw() argument3291 rw->iter.iov = rw->fast_iov; in io_req_map_rw()3292 if (iter->iov != fast_iov) { in io_req_map_rw()3293 iov_off = iter->iov - fast_iov; in io_req_map_rw()3296 if (rw->fast_iov != fast_iov) in io_req_map_rw()3297 memcpy(rw->fast_iov + iov_off, fast_iov + iov_off, in io_req_map_rw()3312 const struct iovec *fast_iov, in io_setup_async_rw() argument3325 io_req_map_rw(req, iovec, fast_iov, iter); in io_setup_async_rw()[all …]
1850 struct iovec *fast_iov, bool compat) in iovec_from_user() argument1852 struct iovec *iov = fast_iov; in iovec_from_user()1875 if (iov != fast_iov) in iovec_from_user()