Home
last modified time | relevance | path

Searched refs:xdr_decode_string_inplace (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/lockd/
Dxdr.c119 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm_decode_lock()
266 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_shareargs()
300 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_notify()
310 if (!(p = xdr_decode_string_inplace(p, &argp->mon, &argp->len, SM_MAXSTRLEN))) in nlmsvc_decode_reboot()
Dxdr4.c112 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4_decode_lock()
263 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_shareargs()
297 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_notify()
307 if (!(p = xdr_decode_string_inplace(p, &argp->mon, &argp->len, SM_MAXSTRLEN))) in nlm4svc_decode_reboot()
/linux-4.4.14/include/linux/sunrpc/
Dxdr.h102 __be32 *xdr_decode_string_inplace(__be32 *p, char **sp, unsigned int *lenp,
/linux-4.4.14/fs/nfsd/
Dnfsxdr.c62 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) { in decode_filename()
78 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXPATHLEN)) != NULL) { in decode_pathname()
Dnfs3xdr.c87 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) { in decode_filename()
/linux-4.4.14/net/sunrpc/
Dxdr.c100 xdr_decode_string_inplace(__be32 *p, char **sp, in xdr_decode_string_inplace() function
112 EXPORT_SYMBOL_GPL(xdr_decode_string_inplace);