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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.h38 struct svc_export **expp);
H A Dexport.c497 struct svc_export exp = {}, *expp; local
601 expp = svc_export_lookup(&exp);
602 if (expp)
603 expp = svc_export_update(&exp, expp);
607 if (expp == NULL)
610 exp_put(expp);
H A Dvfs.c78 * Returns -EAGAIN or -ETIMEDOUT leaving *dpp and *expp unchanged,
79 * or nfs_ok having possibly changed *dpp and *expp
83 struct svc_export **expp)
85 struct svc_export *exp = *expp, *exp2 = NULL;
120 *expp = exp2;
82 nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp, struct svc_export **expp) argument

Completed in 149 milliseconds