Lines Matching refs:u32
35 typedef int (*kxdrproc_t)(void *rqstp, u32 *data, void *obj);
91 u32 * xdr_encode_opaque_fixed(u32 *p, const void *ptr, unsigned int len);
92 u32 * xdr_encode_opaque(u32 *p, const void *ptr, unsigned int len);
93 u32 * xdr_encode_string(u32 *p, const char *s);
94 u32 * xdr_decode_string_inplace(u32 *p, char **sp, int *lenp, int maxlen);
95 u32 * xdr_encode_netobj(u32 *p, const struct xdr_netobj *);
96 u32 * xdr_decode_netobj(u32 *p, struct xdr_netobj *);
103 static inline u32 *xdr_encode_array(u32 *p, const void *s, unsigned int len) in xdr_encode_array()
111 static inline u32 *
112 xdr_encode_hyper(u32 *p, __u64 val) in xdr_encode_hyper()
119 static inline u32 *
120 xdr_decode_hyper(u32 *p, __u64 *valp) in xdr_decode_hyper()
131 xdr_adjust_iovec(struct kvec *iov, u32 *p) in xdr_adjust_iovec()
162 extern int xdr_encode_word(struct xdr_buf *, int, u32);
163 extern int xdr_decode_word(struct xdr_buf *, int, u32 *);