Searched refs:fast_iov (Results 1 – 3 of 3) sorted by relevance
704 struct iovec fast_iov[UIO_FASTIOV]; member713 struct iovec fast_iov[UIO_FASTIOV]; member3391 const struct iovec *fast_iov, struct iov_iter *iter) in io_req_map_rw() argument3404 rw->iter.iov = rw->fast_iov; in io_req_map_rw()3405 if (iter->iov != fast_iov) { in io_req_map_rw()3406 iov_off = iter->iov - fast_iov; in io_req_map_rw()3409 if (rw->fast_iov != fast_iov) in io_req_map_rw()3410 memcpy(rw->fast_iov + iov_off, fast_iov + iov_off, in io_req_map_rw()3425 const struct iovec *fast_iov, in io_setup_async_rw() argument3438 io_req_map_rw(req, iovec, fast_iov, iter); in io_setup_async_rw()[all …]
292 struct iovec *fast_iov, bool compat);
1699 struct iovec *fast_iov, bool compat) in iovec_from_user() argument1701 struct iovec *iov = fast_iov; in iovec_from_user()1724 if (iov != fast_iov) in iovec_from_user()