Lines Matching refs:rvec
141 * @rvec: iovec array specifying where to copy to/from in the other process
142 * @riovcnt: size of rvec array
151 const struct iovec *rvec,
171 iov_len = rvec[i].iov_len;
173 nr_pages_iov = ((unsigned long)rvec[i].iov_base
175 / PAGE_SIZE - (unsigned long)rvec[i].iov_base
216 (unsigned long)rvec[i].iov_base, rvec[i].iov_len,
244 * @rvec: iovec array specifying where to copy to/from in the other process
245 * @riovcnt: size of rvec array
256 const struct iovec __user *rvec,
277 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r,
292 unsigned long, liovcnt, const struct iovec __user *, rvec,
295 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0);
300 unsigned long, liovcnt, const struct iovec __user *, rvec,
303 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1);