Lines Matching refs:rvec
142 * @rvec: iovec array specifying where to copy to/from in the other process
143 * @riovcnt: size of rvec array
152 const struct iovec *rvec,
172 iov_len = rvec[i].iov_len;
174 nr_pages_iov = ((unsigned long)rvec[i].iov_base
176 / PAGE_SIZE - (unsigned long)rvec[i].iov_base
217 (unsigned long)rvec[i].iov_base, rvec[i].iov_len,
245 * @rvec: iovec array specifying where to copy to/from in the other process
246 * @riovcnt: size of rvec array
257 const struct iovec __user *rvec,
278 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r,
293 unsigned long, liovcnt, const struct iovec __user *, rvec,
296 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0);
301 unsigned long, liovcnt, const struct iovec __user *, rvec,
304 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1);