Lines Matching refs:kvec

178 	const struct kvec *head = xdr->head;  in xdr_buf_to_bvec()
179 const struct kvec *tail = xdr->tail; in xdr_buf_to_bvec()
230 struct kvec *head = xdr->head; in xdr_inline_pages()
231 struct kvec *tail = xdr->tail; in xdr_inline_pages()
474 static void xdr_buf_iov_zero(const struct kvec *iov, unsigned int base, in xdr_buf_iov_zero()
560 struct kvec *head = buf->head; in xdr_buf_try_expand()
561 struct kvec *tail = buf->tail; in xdr_buf_try_expand()
588 const struct kvec *tail = buf->tail; in xdr_buf_tail_copy_right()
602 const struct kvec *tail = buf->tail; in xdr_buf_pages_copy_right()
635 const struct kvec *head = buf->head; in xdr_buf_head_copy_right()
636 const struct kvec *tail = buf->tail; in xdr_buf_head_copy_right()
682 const struct kvec *tail = buf->tail; in xdr_buf_tail_shift_right()
709 const struct kvec *head = buf->head; in xdr_buf_head_shift_right()
727 const struct kvec *tail = buf->tail; in xdr_buf_tail_copy_left()
735 const struct kvec *head = buf->head; in xdr_buf_tail_copy_left()
780 const struct kvec *head = buf->head; in xdr_buf_pages_copy_left()
831 const struct kvec *head = buf->head; in xdr_buf_head_shift_left()
866 struct kvec *head = buf->head; in xdr_shrink_bufhead()
967 struct kvec *iov = buf->head; in xdr_init_encode()
1188 struct kvec *head = buf->head; in xdr_truncate_encode()
1189 struct kvec *tail = buf->tail; in xdr_truncate_encode()
1294 struct kvec *tail = buf->tail; in xdr_write_pages()
1318 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov()
1544 struct kvec *iov = buf->head; in xdr_realign_pages()
1661 static const struct kvec empty_iov = {.iov_base = NULL, .iov_len = 0};
1663 void xdr_buf_from_iov(const struct kvec *iov, struct xdr_buf *buf) in xdr_buf_from_iov()