Searched refs:rvec (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/mm/ |
D | process_vm_access.c | 156 const struct iovec *rvec, in process_vm_rw_core() argument 176 iov_len = rvec[i].iov_len; in process_vm_rw_core() 178 nr_pages_iov = ((unsigned long)rvec[i].iov_base in process_vm_rw_core() 180 / PAGE_SIZE - (unsigned long)rvec[i].iov_base in process_vm_rw_core() 221 (unsigned long)rvec[i].iov_base, rvec[i].iov_len, in process_vm_rw_core() 261 const struct iovec __user *rvec, in process_vm_rw() argument 283 rc = rw_copy_check_uvector(CHECK_IOVEC_ONLY, rvec, riovcnt, UIO_FASTIOV, in process_vm_rw() 299 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument 302 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6() 307 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument [all …]
|
/Linux-v4.19/drivers/md/ |
D | raid5.h | 254 struct bio_vec vec, rvec; member
|
D | raid5.c | 1189 sh->dev[i].rvec.bv_page = sh->dev[i].page; in ops_run_io() 2163 bio_init(&dev->rreq, &dev->rvec, 1); in alloc_stripe()
|
/Linux-v4.19/include/linux/ |
D | compat.h | 894 compat_ulong_t liovcnt, const struct compat_iovec __user *rvec, 898 compat_ulong_t liovcnt, const struct compat_iovec __user *rvec,
|
D | syscalls.h | 858 const struct iovec __user *rvec, 864 const struct iovec __user *rvec,
|