Searched defs:xdr (Results 1 – 4 of 4) sorted by relevance
| /include/linux/sunrpc/xdrgen/ |
| A D | _builtins.h | 16 xdrgen_decode_void(struct xdr_stream *xdr) in xdrgen_decode_void() 22 xdrgen_encode_void(struct xdr_stream *xdr) in xdrgen_encode_void() 28 xdrgen_decode_bool(struct xdr_stream *xdr, bool *ptr) in xdrgen_decode_bool() 39 xdrgen_encode_bool(struct xdr_stream *xdr, bool val) in xdrgen_encode_bool() 50 xdrgen_decode_int(struct xdr_stream *xdr, s32 *ptr) in xdrgen_decode_int() 61 xdrgen_encode_int(struct xdr_stream *xdr, s32 val) in xdrgen_encode_int() 94 xdrgen_decode_long(struct xdr_stream *xdr, s32 *ptr) in xdrgen_decode_long() 105 xdrgen_encode_long(struct xdr_stream *xdr, s32 val) in xdrgen_encode_long() 138 xdrgen_decode_hyper(struct xdr_stream *xdr, s64 *ptr) in xdrgen_decode_hyper() 149 xdrgen_encode_hyper(struct xdr_stream *xdr, s64 val) in xdrgen_encode_hyper() [all …]
|
| /include/linux/sunrpc/ |
| A D | xdr.h | 310 xdr_reset_scratch_buffer(struct xdr_stream *xdr) in xdr_reset_scratch_buffer() 323 static inline void xdr_commit_encode(struct xdr_stream *xdr) in xdr_commit_encode() 337 xdr_stream_remaining(const struct xdr_stream *xdr) in xdr_stream_remaining() 461 xdr_stream_encode_u32(struct xdr_stream *xdr, __u32 n) in xdr_stream_encode_u32() 482 xdr_stream_encode_be32(struct xdr_stream *xdr, __be32 n) in xdr_stream_encode_be32() 503 xdr_stream_encode_u64(struct xdr_stream *xdr, __u64 n) in xdr_stream_encode_u64() 593 xdr_stream_encode_uint32_array(struct xdr_stream *xdr, in xdr_stream_encode_uint32_array() 643 xdr_stream_decode_bool(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_bool() 664 xdr_stream_decode_u32(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_u32() 706 xdr_stream_decode_u64(struct xdr_stream *xdr, __u64 *ptr) in xdr_stream_decode_u64() [all …]
|
| A D | svc.h | 498 struct xdr_stream *xdr = &rqstp->rq_arg_stream; in svcxdr_init_decode() local 516 struct xdr_stream *xdr = &rqstp->rq_res_stream; in svcxdr_init_encode() local 544 struct xdr_stream *xdr, in svcxdr_encode_opaque_pages() 563 struct xdr_stream *xdr = &rqstp->rq_res_stream; in svcxdr_set_auth_slack() local 586 struct xdr_stream *xdr = &rqstp->rq_res_stream; in svcxdr_set_accept_stat() local
|
| /include/linux/ |
| A D | nfs_xdr.h | 1859 static inline void encode_opaque_fixed(struct xdr_stream *xdr, in encode_opaque_fixed() 1865 static inline int decode_opaque_fixed(struct xdr_stream *xdr, in decode_opaque_fixed()
|
Completed in 23 milliseconds