Searched refs:xdr_decode_word (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nfs_common/ |
H A D | nfsacl.c | 349 if (xdr_decode_word(buf, base, &entries) || in nfsacl_decode()
|
/linux/net/sunrpc/ |
H A D | xdr.c | 1946 int xdr_decode_word(const struct xdr_buf *buf, unsigned int base, u32 *obj) in xdr_decode_word() 1957 EXPORT_SYMBOL_GPL(xdr_decode_word); in xdr_encode_word() 1980 if (xdr_decode_word(buf, base, &desc->array_len) != 0 || in xdr_xcode_array2() 1940 int xdr_decode_word(const struct xdr_buf *buf, unsigned int base, u32 *obj) xdr_decode_word() function
|
/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 890 if (xdr_decode_word(buf, offset, &checksum.len)) in svcauth_gss_unwrap_integ()
|
H A D | auth_gss.c | 2019 if (xdr_decode_word(rcv_buf, offset, &len)) in gss_unwrap_resp_integ()
|