Searched refs:rvec (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | process_vm_access.c | 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, in process_vm_rw_core() 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() 245 * @rvec: iovec array specifying where to copy to/from in the other process 246 * @riovcnt: size of rvec arra 151 process_vm_rw_core(pid_t pid, struct iov_iter *iter, const struct iovec *rvec, unsigned long riovcnt, unsigned long flags, int vm_write) process_vm_rw_core() argument 254 process_vm_rw(pid_t pid, const struct iovec __user *lvec, unsigned long liovcnt, const struct iovec __user *rvec, unsigned long riovcnt, unsigned long flags, int vm_write) process_vm_rw() argument [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | process_vm_access.c | 141 * @rvec: iovec array specifying where to copy to/from in the other process 142 * @riovcnt: size of rvec array 151 const struct iovec *rvec, in process_vm_rw_core() 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() 244 * @rvec: iovec array specifying where to copy to/from in the other process 245 * @riovcnt: size of rvec arra 150 process_vm_rw_core(pid_t pid, struct iov_iter *iter, const struct iovec *rvec, unsigned long riovcnt, unsigned long flags, int vm_write) process_vm_rw_core() argument 253 process_vm_rw(pid_t pid, const struct iovec __user *lvec, unsigned long liovcnt, const struct iovec __user *rvec, unsigned long riovcnt, unsigned long flags, int vm_write) process_vm_rw() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 258 /* rreq and rvec are used for the replacement device when 262 struct bio_vec vec, rvec; member
|
H A D | raid5.c | 1262 sh->dev[i].rvec.bv_page = sh->dev[i].page; in ops_run_io() 2314 bio_init(&dev->rreq, &dev->rvec, 1); in alloc_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 259 /* rreq and rvec are used for the replacement device when 263 struct bio_vec vec, rvec; member
|
H A D | raid5.c | 1322 bio_init(rbi, rrdev->bdev, &dev->rvec, 1, op | op_flags); in ops_run_io() 1342 sh->dev[i].rvec.bv_page = sh->dev[i].page; in ops_run_io()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 972 const struct iovec __user *rvec, 978 const struct iovec __user *rvec,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 864 const struct iovec __user *rvec, 870 const struct iovec __user *rvec,
|
Completed in 27 milliseconds