Lines Matching defs:xdr

178 xdr_inline_pages(struct xdr_buf *xdr, unsigned int offset,  in xdr_inline_pages()
877 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos()
883 static void xdr_stream_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_set_pos()
890 static void xdr_stream_page_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_page_set_pos()
899 unsigned int xdr_page_pos(const struct xdr_stream *xdr) in xdr_page_pos()
922 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_encode()
957 void xdr_init_encode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_encode_pages()
984 void __xdr_commit_encode(struct xdr_stream *xdr) in __xdr_commit_encode()
1001 static noinline __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr, in xdr_get_next_encode_buffer()
1059 __be32 * xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space()
1093 int xdr_reserve_space_vec(struct xdr_stream *xdr, struct kvec *vec, size_t nbytes) in xdr_reserve_space_vec()
1145 void xdr_truncate_encode(struct xdr_stream *xdr, size_t len) in xdr_truncate_encode()
1207 int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen) in xdr_restrict_buflen()
1232 void xdr_write_pages(struct xdr_stream *xdr, struct page **pages, unsigned int base, in xdr_write_pages()
1259 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov()
1273 static unsigned int xdr_set_tail_base(struct xdr_stream *xdr, in xdr_set_tail_base()
1282 static unsigned int xdr_set_page_base(struct xdr_stream *xdr, in xdr_set_page_base()
1317 static void xdr_set_page(struct xdr_stream *xdr, unsigned int base, in xdr_set_page()
1326 static void xdr_set_next_page(struct xdr_stream *xdr) in xdr_set_next_page()
1338 static bool xdr_set_next_buffer(struct xdr_stream *xdr) in xdr_set_next_buffer()
1354 void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_decode()
1378 void xdr_init_decode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_decode_pages()
1390 static __be32 * __xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in __xdr_inline_decode()
1403 static __be32 *xdr_copy_to_scratch(struct xdr_stream *xdr, size_t nbytes) in xdr_copy_to_scratch()
1439 __be32 * xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in xdr_inline_decode()
1457 static void xdr_realign_pages(struct xdr_stream *xdr) in xdr_realign_pages()
1472 static unsigned int xdr_align_pages(struct xdr_stream *xdr, unsigned int len) in xdr_align_pages()
1508 unsigned int xdr_read_pages(struct xdr_stream *xdr, unsigned int len) in xdr_read_pages()
1536 void xdr_set_pagelen(struct xdr_stream *xdr, unsigned int len) in xdr_set_pagelen()
1565 void xdr_enter_page(struct xdr_stream *xdr, unsigned int len) in xdr_enter_page()
1665 bool xdr_stream_subsegment(struct xdr_stream *xdr, struct xdr_buf *subbuf, in xdr_stream_subsegment()
1707 unsigned int xdr_stream_move_subsegment(struct xdr_stream *xdr, unsigned int offset, in xdr_stream_move_subsegment()
1734 unsigned int xdr_stream_zero(struct xdr_stream *xdr, unsigned int offset, in xdr_stream_zero()
2170 ssize_t xdr_stream_decode_opaque(struct xdr_stream *xdr, void *ptr, size_t size) in xdr_stream_decode_opaque()
2196 ssize_t xdr_stream_decode_opaque_dup(struct xdr_stream *xdr, void **ptr, in xdr_stream_decode_opaque_dup()
2225 ssize_t xdr_stream_decode_string(struct xdr_stream *xdr, char *str, size_t size) in xdr_stream_decode_string()
2254 ssize_t xdr_stream_decode_string_dup(struct xdr_stream *xdr, char **str, in xdr_stream_decode_string_dup()