Lines Matching defs:xdr

176 			     const struct xdr_buf *xdr)  in xdr_buf_to_bvec()
227 xdr_inline_pages(struct xdr_buf *xdr, unsigned int offset, in xdr_inline_pages()
919 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos()
925 static void xdr_stream_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_set_pos()
932 static void xdr_stream_page_set_pos(struct xdr_stream *xdr, unsigned int pos) in xdr_stream_page_set_pos()
941 unsigned int xdr_page_pos(const struct xdr_stream *xdr) in xdr_page_pos()
964 void xdr_init_encode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_encode()
999 void xdr_init_encode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_encode_pages()
1026 void __xdr_commit_encode(struct xdr_stream *xdr) in __xdr_commit_encode()
1043 static noinline __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr, in xdr_get_next_encode_buffer()
1101 __be32 * xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space()
1136 int xdr_reserve_space_vec(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space_vec()
1185 void xdr_truncate_encode(struct xdr_stream *xdr, size_t len) in xdr_truncate_encode()
1241 void xdr_truncate_decode(struct xdr_stream *xdr, size_t len) in xdr_truncate_decode()
1262 int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen) in xdr_restrict_buflen()
1290 void xdr_write_pages(struct xdr_stream *xdr, struct page **pages, unsigned int base, in xdr_write_pages()
1318 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov()
1332 static unsigned int xdr_set_tail_base(struct xdr_stream *xdr, in xdr_set_tail_base()
1341 static void xdr_stream_unmap_current_page(struct xdr_stream *xdr) in xdr_stream_unmap_current_page()
1349 static unsigned int xdr_set_page_base(struct xdr_stream *xdr, in xdr_set_page_base()
1390 static void xdr_set_page(struct xdr_stream *xdr, unsigned int base, in xdr_set_page()
1399 static void xdr_set_next_page(struct xdr_stream *xdr) in xdr_set_next_page()
1411 static bool xdr_set_next_buffer(struct xdr_stream *xdr) in xdr_set_next_buffer()
1427 void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p, in xdr_init_decode()
1452 void xdr_init_decode_pages(struct xdr_stream *xdr, struct xdr_buf *buf, in xdr_init_decode_pages()
1468 void xdr_finish_decode(struct xdr_stream *xdr) in xdr_finish_decode()
1474 static __be32 * __xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in __xdr_inline_decode()
1487 static __be32 *xdr_copy_to_scratch(struct xdr_stream *xdr, size_t nbytes) in xdr_copy_to_scratch()
1523 __be32 * xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in xdr_inline_decode()
1541 static void xdr_realign_pages(struct xdr_stream *xdr) in xdr_realign_pages()
1556 static unsigned int xdr_align_pages(struct xdr_stream *xdr, unsigned int len) in xdr_align_pages()
1592 unsigned int xdr_read_pages(struct xdr_stream *xdr, unsigned int len) in xdr_read_pages()
1620 void xdr_set_pagelen(struct xdr_stream *xdr, unsigned int len) in xdr_set_pagelen()
1649 void xdr_enter_page(struct xdr_stream *xdr, unsigned int len) in xdr_enter_page()
1749 bool xdr_stream_subsegment(struct xdr_stream *xdr, struct xdr_buf *subbuf, in xdr_stream_subsegment()
1791 unsigned int xdr_stream_move_subsegment(struct xdr_stream *xdr, unsigned int offset, in xdr_stream_move_subsegment()
1818 unsigned int xdr_stream_zero(struct xdr_stream *xdr, unsigned int offset, in xdr_stream_zero()
2254 ssize_t xdr_stream_decode_opaque(struct xdr_stream *xdr, void *ptr, size_t size) in xdr_stream_decode_opaque()
2280 ssize_t xdr_stream_decode_opaque_dup(struct xdr_stream *xdr, void **ptr, in xdr_stream_decode_opaque_dup()
2309 ssize_t xdr_stream_decode_string(struct xdr_stream *xdr, char *str, size_t size) in xdr_stream_decode_string()
2338 ssize_t xdr_stream_decode_string_dup(struct xdr_stream *xdr, char **str, in xdr_stream_decode_string_dup()
2370 ssize_t xdr_stream_decode_opaque_auth(struct xdr_stream *xdr, u32 *flavor, in xdr_stream_decode_opaque_auth()
2398 ssize_t xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor, in xdr_stream_encode_opaque_auth()