Lines Matching refs:kvec
150 const struct kvec *head = xdr->head; in xdr_buf_to_bvec()
151 const struct kvec *tail = xdr->tail; in xdr_buf_to_bvec()
203 struct kvec *head = xdr->head; in xdr_inline_pages()
204 struct kvec *tail = xdr->tail; in xdr_inline_pages()
447 static void xdr_buf_iov_zero(const struct kvec *iov, unsigned int base, in xdr_buf_iov_zero()
533 struct kvec *head = buf->head; in xdr_buf_try_expand()
534 struct kvec *tail = buf->tail; in xdr_buf_try_expand()
561 const struct kvec *tail = buf->tail; in xdr_buf_tail_copy_right()
575 const struct kvec *tail = buf->tail; in xdr_buf_pages_copy_right()
608 const struct kvec *head = buf->head; in xdr_buf_head_copy_right()
609 const struct kvec *tail = buf->tail; in xdr_buf_head_copy_right()
655 const struct kvec *tail = buf->tail; in xdr_buf_tail_shift_right()
682 const struct kvec *head = buf->head; in xdr_buf_head_shift_right()
700 const struct kvec *tail = buf->tail; in xdr_buf_tail_copy_left()
708 const struct kvec *head = buf->head; in xdr_buf_tail_copy_left()
753 const struct kvec *head = buf->head; in xdr_buf_pages_copy_left()
804 const struct kvec *head = buf->head; in xdr_buf_head_shift_left()
839 struct kvec *head = buf->head; in xdr_shrink_bufhead()
940 struct kvec *iov = buf->head; in xdr_init_encode()
1164 struct kvec *head = buf->head; in xdr_truncate_encode()
1165 struct kvec *tail = buf->tail; in xdr_truncate_encode()
1270 struct kvec *tail = buf->tail; in xdr_write_pages()
1294 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov()
1520 struct kvec *iov = buf->head; in xdr_realign_pages()
1637 static const struct kvec empty_iov = {.iov_base = NULL, .iov_len = 0};
1639 void xdr_buf_from_iov(const struct kvec *iov, struct xdr_buf *buf) in xdr_buf_from_iov()