Lines Matching refs:iov_base

183 		bvec_set_virt(bvec++, head->iov_base, head->iov_len);
205 bvec_set_virt(bvec, tail->iov_base, tail->iov_len);
232 char *buf = (char *)head->iov_base;
241 tail->iov_base = buf + offset;
481 memset(iov->iov_base + base, 0, len);
595 memmove(tail->iov_base + to, tail->iov_base + base, len);
625 _copy_from_pages(tail->iov_base + tato, buf->pages,
667 memcpy(tail->iov_base + tato, head->iov_base + base, talen);
671 _copy_to_pages(buf->pages, buf->page_base + pgto, head->iov_base + base,
675 memmove(head->iov_base + to, head->iov_base + base, len);
745 memcpy(head->iov_base + hdto, tail->iov_base + base, hdlen);
759 tail->iov_base + base, pglen);
765 memmove(tail->iov_base + base - shift, tail->iov_base + base, len);
789 _copy_from_pages(head->iov_base + hdto, buf->pages,
847 memmove(head->iov_base + (base - shift),
848 head->iov_base + base, bytes);
974 xdr->p = (__be32 *)((char *)iov->iov_base + iov->iov_len);
975 xdr->end = (__be32 *)((char *)iov->iov_base + scratch_len);
1032 memcpy(xdr->scratch.iov_base, page, shift);
1130 * invalidating iov_base pointers when xdr_commit_encode() is called.
1203 xdr->p = tail->iov_base + tail->iov_len;
1225 xdr->end = head->iov_base + head->iov_len;
1230 xdr->p = head->iov_base + head->iov_len;
1300 tail->iov_base = xdr->p;
1308 tail->iov_base = (char *)xdr->p + (len & 3);
1325 xdr->p = (__be32*)(iov->iov_base + base);
1326 xdr->end = (__be32*)(iov->iov_base + len);
1490 char *cpdest = xdr->scratch.iov_base;
1507 return xdr->scratch.iov_base;
1661 static const struct kvec empty_iov = {.iov_base = NULL, .iov_len = 0};
1691 subbuf->head[0].iov_base = buf->head[0].iov_base + base;
1698 subbuf->head[0].iov_base = buf->head[0].iov_base;
1717 subbuf->tail[0].iov_base = buf->tail[0].iov_base + base;
1724 subbuf->tail[0].iov_base = buf->tail[0].iov_base;
1882 memcpy(obj, subbuf->head[0].iov_base, this_len);
1890 memcpy(obj, subbuf->tail[0].iov_base, this_len);
1914 memcpy(subbuf->head[0].iov_base, obj, this_len);
1922 memcpy(subbuf->tail[0].iov_base, obj, this_len);
1989 c = buf->head->iov_base + base;
2123 c = buf->tail->iov_base + base;
2192 sg_set_buf(sg, buf->head[0].iov_base + offset, thislen);
2232 sg_set_buf(sg, buf->tail[0].iov_base + offset, thislen);