Searched refs:siov (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 768 unsigned int nsiov, struct kvec *siov, 785 unsigned int nsiov, struct kvec *siov, unsigned int soffset, in lnet_copy_iov2flat() argument 791 nsiov, siov, soffset, nob); in lnet_copy_iov2flat() 809 struct kvec siov = {/*.iov_base = */ src, /*.iov_len = */slen}; in lnet_copy_flat2iov() local 812 1, &siov, soffset, nob); in lnet_copy_flat2iov() 820 struct kvec siov = {/* .iov_base = */ src, /* .iov_len = */ slen}; in lnet_copy_flat2kiov() local 823 1, &siov, soffset, nob); in lnet_copy_flat2kiov()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 174 unsigned int nsiov, struct kvec *siov, unsigned int soffset, in lnet_copy_iov2iov() argument 194 while (soffset >= siov->iov_len) { in lnet_copy_iov2iov() 195 soffset -= siov->iov_len; in lnet_copy_iov2iov() 196 siov++; in lnet_copy_iov2iov() 205 siov->iov_len - soffset); in lnet_copy_iov2iov() 209 (char *)siov->iov_base + soffset, this_nob); in lnet_copy_iov2iov() 220 if (siov->iov_len > soffset + this_nob) { in lnet_copy_iov2iov() 223 siov++; in lnet_copy_iov2iov() 293 unsigned int nsiov, lnet_kiov_t *siov, unsigned int soffset, in lnet_copy_kiov2kiov() argument 315 while (soffset >= siov->kiov_len) { in lnet_copy_kiov2kiov() [all …]
|