Lines Matching defs:exp
30 struct svc_export *exp = expv; in nfsd_acceptable() local
102 struct svc_export *exp) in nfsd_setuser_and_check_port()
119 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root()
157 struct svc_export *exp; in nfsd_set_fh_dentry() local
330 struct svc_export *exp; in fh_verify() local
415 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update()
436 struct svc_export *exp, in _fh_update_old()
446 static bool is_root_export(struct svc_export *exp) in is_root_export()
451 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb()
456 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp()
481 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()
536 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose()
653 struct svc_export * exp = fhp->fh_export; in fh_put() local