Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c615 struct svc_export exp = {}, *expp; in svc_export_parse() local
730 expp = svc_export_lookup(&exp); in svc_export_parse()
731 if (!expp) { in svc_export_parse()
735 expp = svc_export_update(&exp, expp); in svc_export_parse()
736 if (expp) { in svc_export_parse()
737 trace_nfsd_export_update(expp); in svc_export_parse()
739 exp_put(expp); in svc_export_parse()