Searched refs:fast_iov (Results 1 – 3 of 3) sorted by relevance
557 struct iovec fast_iov[UIO_FASTIOV]; member565 struct iovec fast_iov[UIO_FASTIOV]; member980 const struct iovec *fast_iov,3205 const struct iovec *fast_iov, struct iov_iter *iter) in io_req_map_rw() argument3218 rw->iter.iov = rw->fast_iov; in io_req_map_rw()3219 if (iter->iov != fast_iov) { in io_req_map_rw()3220 iov_off = iter->iov - fast_iov; in io_req_map_rw()3223 if (rw->fast_iov != fast_iov) in io_req_map_rw()3224 memcpy(rw->fast_iov + iov_off, fast_iov + iov_off, in io_req_map_rw()3247 const struct iovec *fast_iov, in io_setup_async_rw() argument[all …]
277 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()