Home
last modified time | relevance | path

Searched refs:rvec (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/mm/
Dprocess_vm_access.c151 const struct iovec *rvec, in process_vm_rw_core() argument
171 iov_len = rvec[i].iov_len; in process_vm_rw_core()
173 nr_pages_iov = ((unsigned long)rvec[i].iov_base in process_vm_rw_core()
175 / PAGE_SIZE - (unsigned long)rvec[i].iov_base in process_vm_rw_core()
216 (unsigned long)rvec[i].iov_base, rvec[i].iov_len, in process_vm_rw_core()
256 const struct iovec __user *rvec, in process_vm_rw() argument
277 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r, in process_vm_rw()
292 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument
295 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6()
300 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument
[all …]
/linux-6.1.9/drivers/md/
Draid5.h263 struct bio_vec vec, rvec; member
Draid5.c1315 bio_init(rbi, rrdev->bdev, &dev->rvec, 1, op | op_flags); in ops_run_io()
1335 sh->dev[i].rvec.bv_page = sh->dev[i].page; in ops_run_io()
/linux-6.1.9/include/linux/
Dsyscalls.h983 const struct iovec __user *rvec,
989 const struct iovec __user *rvec,