Lines Matching defs:exp
30 struct svc_export *exp = expv; in nfsd_acceptable() local
103 struct svc_export *exp) in nfsd_setuser_and_check_port()
120 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root()
158 struct svc_export *exp; in nfsd_set_fh_dentry() local
330 struct svc_export *exp = NULL; in fh_verify() local
415 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update()
432 static bool is_root_export(struct svc_export *exp) in is_root_export()
437 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb()
442 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp()
467 static void set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *re… in set_version_and_fsid_type()
522 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose()
621 struct svc_export * exp = fhp->fh_export; in fh_put() local