Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfsd/
A Dexport.c577 struct svc_export exp = {}, *expp; in svc_export_parse() local
690 expp = svc_export_lookup(&exp); in svc_export_parse()
691 if (!expp) { in svc_export_parse()
695 expp = svc_export_update(&exp, expp); in svc_export_parse()
696 if (expp) { in svc_export_parse()
697 trace_nfsd_export_update(expp); in svc_export_parse()
699 exp_put(expp); in svc_export_parse()
A Dvfs.h65 struct svc_export **expp);
A Dvfs.c123 struct svc_export **expp) in nfsd_cross_mnt() argument
125 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt()
171 *expp = exp2; in nfsd_cross_mnt()

Completed in 10 milliseconds