Searched refs:expp (Results 1 – 2 of 2) sorted by relevance
626 struct svc_export exp = {}, *expp; in svc_export_parse() local741 expp = svc_export_lookup(&exp); in svc_export_parse()742 if (!expp) { in svc_export_parse()746 expp = svc_export_update(&exp, expp); in svc_export_parse()747 if (expp) { in svc_export_parse()748 trace_nfsd_export_update(expp); in svc_export_parse()750 exp_put(expp); in svc_export_parse()
77 struct svc_export **expp);