Searched refs:rvec (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | process_vm_access.c | 152 const struct iovec *rvec, in process_vm_rw_core() argument 172 iov_len = rvec[i].iov_len; in process_vm_rw_core() 174 nr_pages_iov = ((unsigned long)rvec[i].iov_base in process_vm_rw_core() 176 / PAGE_SIZE - (unsigned long)rvec[i].iov_base in process_vm_rw_core() 217 (unsigned long)rvec[i].iov_base, rvec[i].iov_len, in process_vm_rw_core() 257 const struct iovec __user *rvec, in process_vm_rw() argument 278 iov_r = iovec_from_user(rvec, riovcnt, UIO_FASTIOV, iovstack_r, in process_vm_rw() 293 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument 296 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6() 301 unsigned long, liovcnt, const struct iovec __user *, rvec, in SYSCALL_DEFINE6() argument [all …]
|
/linux-6.12.1/drivers/md/ |
D | raid5.h | 263 struct bio_vec vec, rvec; member
|
D | raid5.c | 1310 bio_init(rbi, rrdev->bdev, &dev->rvec, 1, op | op_flags); in ops_run_io() 1330 sh->dev[i].rvec.bv_page = sh->dev[i].page; in ops_run_io()
|
/linux-6.12.1/include/linux/ |
D | syscalls.h | 889 const struct iovec __user *rvec, 895 const struct iovec __user *rvec,
|