Searched refs:xdr_decode_string_inplace (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/fs/lockd/ | 
| D | xdr4.c | 112 	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()
  | 
| D | xdr.c | 119 	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()
  | 
| /linux-4.1.27/include/linux/sunrpc/ | 
| D | xdr.h | 102 __be32 *xdr_decode_string_inplace(__be32 *p, char **sp, unsigned int *lenp,
  | 
| /linux-4.1.27/fs/nfsd/ | 
| D | nfsxdr.c | 62 	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()
  | 
| D | nfs3xdr.c | 87 	if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS3_MAXNAMLEN)) != NULL) {  in decode_filename()
  | 
| /linux-4.1.27/net/sunrpc/ | 
| D | xdr.c | 100 xdr_decode_string_inplace(__be32 *p, char **sp,  in xdr_decode_string_inplace()  function 112 EXPORT_SYMBOL_GPL(xdr_decode_string_inplace);
  |