Searched refs:xdr_encode_array (Results 1 – 2 of 2) sorted by relevance
144 static inline __be32 *xdr_encode_array(__be32 *p, const void *s, unsigned int len) in xdr_encode_array() function
88 return xdr_encode_array(p, string, strlen(string)); in xdr_encode_string()