Lines Matching defs:xdr
132 xdr_inline_pages(struct xdr_buf *xdr, unsigned int offset, in xdr_inline_pages()
441 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos()
460 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p) in xdr_init_encode()
498 void xdr_commit_encode(struct xdr_stream *xdr) in xdr_commit_encode()
512 static __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr, in xdr_get_next_encode_buffer()
562 __be32 * xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space()
603 void xdr_truncate_encode(struct xdr_stream *xdr, size_t len) in xdr_truncate_encode()
666 int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen) in xdr_restrict_buflen()
691 void xdr_write_pages(struct xdr_stream *xdr, struct page **pages, unsigned int base, in xdr_write_pages()
718 static void xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov()
729 static int xdr_set_page_base(struct xdr_stream *xdr, in xdr_set_page_base()
762 static void xdr_set_next_page(struct xdr_stream *xdr) in xdr_set_next_page()
773 static bool xdr_set_next_buffer(struct xdr_stream *xdr) in xdr_set_next_buffer()
790 void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p) in xdr_init_decode()
814 void xdr_init_decode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_decode_pages()
826 static __be32 * __xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in __xdr_inline_decode()
850 void xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen) in xdr_set_scratch_buffer()
857 static __be32 *xdr_copy_to_scratch(struct xdr_stream *xdr, size_t nbytes) in xdr_copy_to_scratch()
887 __be32 * xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in xdr_inline_decode()
902 static unsigned int xdr_align_pages(struct xdr_stream *xdr, unsigned int len) in xdr_align_pages()
943 unsigned int xdr_read_pages(struct xdr_stream *xdr, unsigned int len) in xdr_read_pages()
984 void xdr_enter_page(struct xdr_stream *xdr, unsigned int len) in xdr_enter_page()