Searched refs:fast_iov (Results 1 – 3 of 3) sorted by relevance
713 struct iovec fast_iov[UIO_FASTIOV]; member722 struct iovec fast_iov[UIO_FASTIOV]; member3347 const struct iovec *fast_iov, struct iov_iter *iter) in io_req_map_rw() argument3360 rw->iter.iov = rw->fast_iov; in io_req_map_rw()3361 if (iter->iov != fast_iov) { in io_req_map_rw()3362 iov_off = iter->iov - fast_iov; in io_req_map_rw()3365 if (rw->fast_iov != fast_iov) in io_req_map_rw()3366 memcpy(rw->fast_iov + iov_off, fast_iov + iov_off, in io_req_map_rw()3381 const struct iovec *fast_iov, in io_setup_async_rw() argument3394 io_req_map_rw(req, iovec, fast_iov, iter); in io_setup_async_rw()[all …]
292 struct iovec *fast_iov, bool compat);
1713 struct iovec *fast_iov, bool compat) in iovec_from_user() argument1715 struct iovec *iov = fast_iov; in iovec_from_user()1738 if (iov != fast_iov) in iovec_from_user()