expp              531 fs/nfsd/export.c 	struct svc_export exp = {}, *expp;
expp              645 fs/nfsd/export.c 	expp = svc_export_lookup(&exp);
expp              646 fs/nfsd/export.c 	if (expp)
expp              647 fs/nfsd/export.c 		expp = svc_export_update(&exp, expp);
expp              651 fs/nfsd/export.c 	if (expp == NULL)
expp              654 fs/nfsd/export.c 		exp_put(expp);
expp               60 fs/nfsd/vfs.c  		        struct svc_export **expp)
expp               62 fs/nfsd/vfs.c  	struct svc_export *exp = *expp, *exp2 = NULL;
expp              104 fs/nfsd/vfs.c  		*expp = exp2;
expp               44 fs/nfsd/vfs.h  		                struct svc_export **expp);