Home
last modified time | relevance | path

Searched defs:xdr (Results 1 – 2 of 2) sorted by relevance

/include/linux/sunrpc/
Dxdr.h278 xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen) in xdr_set_scratch_buffer()
292 xdr_set_scratch_page(struct xdr_stream *xdr, struct page *page) in xdr_set_scratch_page()
304 xdr_reset_scratch_buffer(struct xdr_stream *xdr) in xdr_reset_scratch_buffer()
317 xdr_stream_remaining(const struct xdr_stream *xdr) in xdr_stream_remaining()
368 static inline ssize_t xdr_stream_encode_item_present(struct xdr_stream *xdr) in xdr_stream_encode_item_present()
387 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent()
421 static inline int xdr_stream_encode_bool(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_bool()
442 xdr_stream_encode_u32(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_u32()
463 xdr_stream_encode_u64(struct xdr_stream *xdr, __u64 n) in xdr_stream_encode_u64()
485 xdr_stream_encode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t len) in xdr_stream_encode_opaque_inline()
[all …]
Dsvc.h576 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcxdr_init_decode() local
598 struct xdr_stream *xdr = &rqstp->rq_res_stream; in svcxdr_init_encode() local