Lines Matching defs:exp
28 struct svc_export *exp = expv; in nfsd_acceptable() local
84 struct svc_export *exp) in nfsd_setuser_and_check_port()
101 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root()
139 struct svc_export *exp; in nfsd_set_fh_dentry() local
306 struct svc_export *exp; in fh_verify() local
391 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update()
412 struct svc_export *exp, in _fh_update_old()
422 static bool is_root_export(struct svc_export *exp) in is_root_export()
427 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb()
432 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp()
457 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()
512 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose()
629 struct svc_export * exp = fhp->fh_export; in fh_put() local