Searched refs:xdr_decode_word (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/nfs_common/ |
D | nfsacl.c | 348 if (xdr_decode_word(buf, base, &entries) || in nfsacl_decode()
|
/Linux-v6.6/include/linux/sunrpc/ |
D | xdr.h | 200 extern int xdr_decode_word(const struct xdr_buf *, unsigned int, u32 *);
|
/Linux-v6.6/net/sunrpc/ |
D | xdr.c | 1940 int xdr_decode_word(const struct xdr_buf *buf, unsigned int base, u32 *obj) in xdr_decode_word() function 1951 EXPORT_SYMBOL_GPL(xdr_decode_word); 1974 if (xdr_decode_word(buf, base, &desc->array_len) != 0 || in xdr_xcode_array2()
|
/Linux-v6.6/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 898 if (xdr_decode_word(buf, offset, &checksum.len)) in svcauth_gss_unwrap_integ()
|
D | auth_gss.c | 2017 if (xdr_decode_word(rcv_buf, offset, &len)) in gss_unwrap_resp_integ()
|