Searched refs:xdr_encode_word (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/nfs_common/ |
H A D | nfsacl.c | 111 xdr_encode_word(buf, base, entries)) in nfsacl_encode()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 1813 if (xdr_encode_word(buf, offset, databody_integ.len)) in svcauth_gss_wrap_integ() 1815 if (xdr_encode_word(buf, offset + XDR_UNIT, gc->gc_seq)) in svcauth_gss_wrap_integ() 1874 if (xdr_encode_word(buf, offset + XDR_UNIT, gc->gc_seq)) in svcauth_gss_wrap_priv() 1917 if (xdr_encode_word(buf, offset, buf->len - offset - XDR_UNIT)) in svcauth_gss_wrap_priv()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | xdr.h | 199 extern int xdr_encode_word(const struct xdr_buf *, unsigned int, u32);
|
/openbmc/linux/net/sunrpc/ |
H A D | xdr.c | 1953 int xdr_encode_word(const struct xdr_buf *buf, unsigned int base, u32 obj) in xdr_encode_word() function 1959 EXPORT_SYMBOL_GPL(xdr_encode_word); 1971 if (xdr_encode_word(buf, base, desc->array_len) != 0) in xdr_xcode_array2()
|