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

/linux-master/mm/
H A Dprocess_vm_access.c142 * @rvec: iovec array specifying where to copy to/from in the other process
143 * @riovcnt: size of rvec array
152 const struct iovec *rvec,
172 iov_len = rvec[i].iov_len;
174 nr_pages_iov = ((unsigned long)rvec[i].iov_base
176 / PAGE_SIZE - (unsigned long)rvec[i].iov_base
217 (unsigned long)rvec[i].iov_base, rvec[i].iov_len,
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) 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) argument
[all...]
/linux-master/drivers/md/
H A Draid5.h259 /* rreq and rvec are used for the replacement device when
263 struct bio_vec vec, rvec; member in struct:stripe_head::r5dev
H A Draid5.c1311 bio_init(rbi, rrdev->bdev, &dev->rvec, 1, op | op_flags);
1331 sh->dev[i].rvec.bv_page = sh->dev[i].page;
/linux-master/include/linux/
H A Dsyscalls.h882 const struct iovec __user *rvec,
888 const struct iovec __user *rvec,

Completed in 249 milliseconds