Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c826 static struct svc_export *svc_export_update(struct svc_export *new,
1017 expp = svc_export_update(&exp, expp); in nfsd_nl_parse_one_export()
1436 expp = svc_export_update(&exp, expp); in svc_export_parse()
1635 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update() function