Searched refs:rvec (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/mm/ |
D | process_vm_access.c | 142 const struct iovec *rvec, in process_vm_rw_core() argument 162 iov_len = rvec[i].iov_len; in process_vm_rw_core() 164 nr_pages_iov = ((unsigned long)rvec[i].iov_base in process_vm_rw_core() 166 / PAGE_SIZE - (unsigned long)rvec[i].iov_base in process_vm_rw_core() 211 (unsigned long)rvec[i].iov_base, rvec[i].iov_len, in process_vm_rw_core() 250 const struct iovec __user *rvec, in process_vm_rw() argument 272 rc = rw_copy_check_uvector(CHECK_IOVEC_ONLY, rvec, riovcnt, UIO_FASTIOV, in process_vm_rw() 288 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument 291 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6() 296 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument [all …]
|
/linux-4.4.14/drivers/md/ |
D | raid5.h | 245 struct bio_vec vec, rvec; member
|
D | raid5.c | 1072 sh->dev[i].rvec.bv_page = sh->dev[i].page; in ops_run_io() 2496 dev->rreq.bi_io_vec = &dev->rvec; in raid5_build_block()
|
/linux-4.4.14/include/linux/ |
D | compat.h | 678 compat_ulong_t liovcnt, const struct compat_iovec __user *rvec, 682 compat_ulong_t liovcnt, const struct compat_iovec __user *rvec,
|
D | syscalls.h | 865 const struct iovec __user *rvec, 871 const struct iovec __user *rvec,
|