Lines Matching defs:xdr

286 xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen)  in xdr_set_scratch_buffer()
300 xdr_set_scratch_page(struct xdr_stream *xdr, struct page *page) in xdr_set_scratch_page()
312 xdr_reset_scratch_buffer(struct xdr_stream *xdr) in xdr_reset_scratch_buffer()
325 static inline void xdr_commit_encode(struct xdr_stream *xdr) in xdr_commit_encode()
339 xdr_stream_remaining(const struct xdr_stream *xdr) in xdr_stream_remaining()
395 static inline ssize_t xdr_stream_encode_item_present(struct xdr_stream *xdr) in xdr_stream_encode_item_present()
414 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent()
448 static inline int xdr_stream_encode_bool(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_bool()
469 xdr_stream_encode_u32(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_u32()
490 xdr_stream_encode_be32(struct xdr_stream *xdr, __be32 n) in xdr_stream_encode_be32()
511 xdr_stream_encode_u64(struct xdr_stream *xdr, __u64 n) in xdr_stream_encode_u64()
533 xdr_stream_encode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t len) in xdr_stream_encode_opaque_inline()
558 xdr_stream_encode_opaque_fixed(struct xdr_stream *xdr, const void *ptr, size_t len) in xdr_stream_encode_opaque_fixed()
579 xdr_stream_encode_opaque(struct xdr_stream *xdr, const void *ptr, size_t len) in xdr_stream_encode_opaque()
601 xdr_stream_encode_uint32_array(struct xdr_stream *xdr, in xdr_stream_encode_uint32_array()
651 xdr_stream_decode_bool(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_bool()
672 xdr_stream_decode_u32(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_u32()
693 xdr_stream_decode_be32(struct xdr_stream *xdr, __be32 *ptr) in xdr_stream_decode_be32()
714 xdr_stream_decode_u64(struct xdr_stream *xdr, __u64 *ptr) in xdr_stream_decode_u64()
736 xdr_stream_decode_opaque_fixed(struct xdr_stream *xdr, void *ptr, size_t len) in xdr_stream_decode_opaque_fixed()
763 xdr_stream_decode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t maxlen) in xdr_stream_decode_opaque_inline()
794 xdr_stream_decode_uint32_array(struct xdr_stream *xdr, in xdr_stream_decode_uint32_array()