Searched refs:xdr_encode_word (Results 1 – 2 of 2) sorted by relevance
198 extern int xdr_encode_word(const struct xdr_buf *, unsigned int, u32);
1929 int xdr_encode_word(const struct xdr_buf *buf, unsigned int base, u32 obj) in xdr_encode_word() function1935 EXPORT_SYMBOL_GPL(xdr_encode_word);1947 if (xdr_encode_word(buf, base, desc->array_len) != 0) in xdr_xcode_array2()