Home
last modified time | relevance | path

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

/fs/nfsd/
A Dexport.c613 struct svc_export exp = {}, *expp; in svc_export_parse() local
728 expp = svc_export_lookup(&exp); in svc_export_parse()
729 if (!expp) { in svc_export_parse()
733 expp = svc_export_update(&exp, expp); in svc_export_parse()
734 if (expp) { in svc_export_parse()
735 trace_nfsd_export_update(expp); in svc_export_parse()
737 exp_put(expp); in svc_export_parse()
A Dvfs.h75 struct svc_export **expp);
A Dvfs.c124 struct svc_export **expp) in nfsd_cross_mnt() argument
126 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt()
172 *expp = exp2; in nfsd_cross_mnt()

Completed in 13 milliseconds