Searched refs:xdr_decode_string_inplace (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/lockd/ | 
| D | xdr.c | 120 	if (!(p = xdr_decode_string_inplace(p, &lock->caller,  in nlm_decode_lock()272 	 || !(p = xdr_decode_string_inplace(p, &lock->caller,  in nlmsvc_decode_shareargs()
 311 	if (!(p = xdr_decode_string_inplace(p, &lock->caller,  in nlmsvc_decode_notify()
 323 	if (!(p = xdr_decode_string_inplace(p, &argp->mon, &argp->len, SM_MAXSTRLEN)))  in nlmsvc_decode_reboot()
 
 | 
| D | xdr4.c | 113 	if (!(p = xdr_decode_string_inplace(p, &lock->caller,  in nlm4_decode_lock()269 	 || !(p = xdr_decode_string_inplace(p, &lock->caller,  in nlm4svc_decode_shareargs()
 308 	if (!(p = xdr_decode_string_inplace(p, &lock->caller,  in nlm4svc_decode_notify()
 320 	if (!(p = xdr_decode_string_inplace(p, &argp->mon, &argp->len, SM_MAXSTRLEN)))  in nlm4svc_decode_reboot()
 
 | 
| /Linux-v5.4/include/linux/sunrpc/ | 
| D | xdr.h | 126 __be32 *xdr_decode_string_inplace(__be32 *p, char **sp, unsigned int *lenp,
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfsxdr.c | 63 	if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) {  in decode_filename()
 | 
| D | nfs3xdr.c | 89 	if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) {  in decode_filename()
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | xdr.c | 103 xdr_decode_string_inplace(__be32 *p, char **sp,  in xdr_decode_string_inplace()  function115 EXPORT_SYMBOL_GPL(xdr_decode_string_inplace);
 
 |