Searched refs:expp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | export.c | 547 struct svc_export exp = {}, *expp; in svc_export_parse() local 661 expp = svc_export_lookup(&exp); in svc_export_parse() 662 if (!expp) { in svc_export_parse() 666 expp = svc_export_update(&exp, expp); in svc_export_parse() 667 if (expp) { in svc_export_parse() 668 trace_nfsd_export_update(expp); in svc_export_parse() 670 exp_put(expp); in svc_export_parse()
|
H A D | vfs.h | 46 struct svc_export **expp);
|
H A D | vfs.c | 55 * Returns -EAGAIN or -ETIMEDOUT leaving *dpp and *expp unchanged, 56 * or nfs_ok having possibly changed *dpp and *expp 60 struct svc_export **expp) in nfsd_cross_mnt() 62 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() 104 *expp = exp2; in nfsd_cross_mnt() 59 nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp, struct svc_export **expp) nfsd_cross_mnt() argument
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.c | 598 struct svc_export exp = {}, *expp; in svc_export_parse() local 713 expp = svc_export_lookup(&exp); in svc_export_parse() 714 if (!expp) { in svc_export_parse() 718 expp = svc_export_update(&exp, expp); in svc_export_parse() 719 if (expp) { in svc_export_parse() 720 trace_nfsd_export_update(expp); in svc_export_parse() 722 exp_put(expp); in svc_export_parse()
|
H A D | vfs.h | 65 struct svc_export **expp);
|
H A D | vfs.c | 118 * Returns -EAGAIN or -ETIMEDOUT leaving *dpp and *expp unchanged, 119 * or nfs_ok having possibly changed *dpp and *expp 123 struct svc_export **expp) in nfsd_cross_mnt() 125 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() 171 *expp = exp2; in nfsd_cross_mnt() 122 nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp, struct svc_export **expp) nfsd_cross_mnt() argument
|
Completed in 11 milliseconds