svc_export          8 fs/nfsd/auth.c int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)
svc_export         21 fs/nfsd/auth.c int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp)
svc_export         15 fs/nfsd/auth.h int nfsd_setuser(struct svc_rqst *, struct svc_export *);
svc_export        325 fs/nfsd/export.c 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);
svc_export        338 fs/nfsd/export.c 	struct svc_export *exp = container_of(h, struct svc_export, h);
svc_export        352 fs/nfsd/export.c static struct svc_export *svc_export_update(struct svc_export *new,
svc_export        353 fs/nfsd/export.c 					    struct svc_export *old);
svc_export        354 fs/nfsd/export.c static struct svc_export *svc_export_lookup(struct svc_export *);
svc_export        459 fs/nfsd/export.c static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp)
svc_export        500 fs/nfsd/export.c secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; }
svc_export        531 fs/nfsd/export.c 	struct svc_export exp = {}, *expp;
svc_export        669 fs/nfsd/export.c static void show_secinfo(struct seq_file *m, struct svc_export *exp);
svc_export        675 fs/nfsd/export.c 	struct svc_export *exp ;
svc_export        681 fs/nfsd/export.c 	exp = container_of(h, struct svc_export, h);
svc_export        706 fs/nfsd/export.c 	struct svc_export *orig = container_of(a, struct svc_export, h);
svc_export        707 fs/nfsd/export.c 	struct svc_export *new = container_of(b, struct svc_export, h);
svc_export        714 fs/nfsd/export.c 	struct svc_export *new = container_of(cnew, struct svc_export, h);
svc_export        715 fs/nfsd/export.c 	struct svc_export *item = container_of(citem, struct svc_export, h);
svc_export        731 fs/nfsd/export.c 	struct svc_export *new = container_of(cnew, struct svc_export, h);
svc_export        732 fs/nfsd/export.c 	struct svc_export *item = container_of(citem, struct svc_export, h);
svc_export        758 fs/nfsd/export.c 	struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL);
svc_export        780 fs/nfsd/export.c svc_export_hash(struct svc_export *exp)
svc_export        790 fs/nfsd/export.c static struct svc_export *
svc_export        791 fs/nfsd/export.c svc_export_lookup(struct svc_export *exp)
svc_export        798 fs/nfsd/export.c 		return container_of(ch, struct svc_export, h);
svc_export        803 fs/nfsd/export.c static struct svc_export *
svc_export        804 fs/nfsd/export.c svc_export_update(struct svc_export *new, struct svc_export *old)
svc_export        811 fs/nfsd/export.c 		return container_of(ch, struct svc_export, h);
svc_export        840 fs/nfsd/export.c static struct svc_export *
svc_export        844 fs/nfsd/export.c 	struct svc_export *exp, key;
svc_export        866 fs/nfsd/export.c static struct svc_export *
svc_export        870 fs/nfsd/export.c 	struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL);
svc_export        894 fs/nfsd/export.c 	struct svc_export	*exp;
svc_export        935 fs/nfsd/export.c static struct svc_export *exp_find(struct cache_detail *cd,
svc_export        939 fs/nfsd/export.c 	struct svc_export *exp;
svc_export        953 fs/nfsd/export.c __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp)
svc_export        994 fs/nfsd/export.c struct svc_export *
svc_export        997 fs/nfsd/export.c 	struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
svc_export       1025 fs/nfsd/export.c struct svc_export *
svc_export       1028 fs/nfsd/export.c 	struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
svc_export       1058 fs/nfsd/export.c struct svc_export *
svc_export       1062 fs/nfsd/export.c 	struct svc_export *exp = rqst_exp_get_by_name(rqstp, path);
svc_export       1075 fs/nfsd/export.c struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp)
svc_export       1092 fs/nfsd/export.c 	struct svc_export *exp;
svc_export       1165 fs/nfsd/export.c static void show_secinfo(struct seq_file *m, struct svc_export *exp)
svc_export       1217 fs/nfsd/export.c 	struct svc_export *exp = container_of(cp, struct svc_export, h);
svc_export         86 fs/nfsd/export.h int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp);
svc_export         87 fs/nfsd/export.h __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp);
svc_export         95 fs/nfsd/export.h struct svc_export *	rqst_exp_get_by_name(struct svc_rqst *,
svc_export         97 fs/nfsd/export.h struct svc_export *	rqst_exp_parent(struct svc_rqst *,
svc_export         99 fs/nfsd/export.h struct svc_export *	rqst_find_fsidzero_export(struct svc_rqst *);
svc_export        105 fs/nfsd/export.h static inline void exp_put(struct svc_export *exp)
svc_export        110 fs/nfsd/export.h static inline struct svc_export *exp_get(struct svc_export *exp)
svc_export        115 fs/nfsd/export.h struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
svc_export        850 fs/nfsd/nfs3xdr.c 	struct svc_export	*exp;
svc_export        127 fs/nfsd/nfs4layouts.c void nfsd4_setup_layout_type(struct svc_export *exp)
svc_export        100 fs/nfsd/nfs4proc.c 	struct svc_export *exp = cstate->current_fh.fh_export;
svc_export        878 fs/nfsd/nfs4proc.c 	struct svc_export *exp;
svc_export       1528 fs/nfsd/nfs4proc.c nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type)
svc_export       1552 fs/nfsd/nfs4proc.c 	struct svc_export *exp;
svc_export       2000 fs/nfsd/nfs4xdr.c 			     struct svc_export *exp)
svc_export       2217 fs/nfsd/nfs4xdr.c 	struct svc_export *exp_ps;
svc_export       2232 fs/nfsd/nfs4xdr.c 			struct svc_rqst *rqstp, struct svc_export *exp)
svc_export       2349 fs/nfsd/nfs4xdr.c static int get_parent_attributes(struct svc_export *exp, struct kstat *stat)
svc_export       2403 fs/nfsd/nfs4xdr.c 		struct svc_export *exp,
svc_export       2961 fs/nfsd/nfs4xdr.c 			struct svc_fh *fhp, struct svc_export *exp,
svc_export       2989 fs/nfsd/nfs4xdr.c 	struct svc_export *exp = cd->rd_fhp->fh_export;
svc_export       3780 fs/nfsd/nfs4xdr.c nfsd4_do_encode_secinfo(struct xdr_stream *xdr, struct svc_export *exp)
svc_export         29 fs/nfsd/nfsfh.c 	struct svc_export *exp = expv;
svc_export        101 fs/nfsd/nfsfh.c 					  struct svc_export *exp)
svc_export        118 fs/nfsd/nfsfh.c 	struct dentry *dentry, struct svc_export *exp)
svc_export        156 fs/nfsd/nfsfh.c 	struct svc_export *exp;
svc_export        323 fs/nfsd/nfsfh.c 	struct svc_export *exp;
svc_export        408 fs/nfsd/nfsfh.c static void _fh_update(struct svc_fh *fhp, struct svc_export *exp,
svc_export        429 fs/nfsd/nfsfh.c 				  struct svc_export *exp,
svc_export        439 fs/nfsd/nfsfh.c static bool is_root_export(struct svc_export *exp)
svc_export        444 fs/nfsd/nfsfh.c static struct super_block *exp_sb(struct svc_export *exp)
svc_export        449 fs/nfsd/nfsfh.c static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp)
svc_export        474 fs/nfsd/nfsfh.c static void set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *ref_fh)
svc_export        529 fs/nfsd/nfsfh.c fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry,
svc_export        646 fs/nfsd/nfsfh.c 	struct svc_export * exp = fhp->fh_export;
svc_export         34 fs/nfsd/nfsfh.h 	struct svc_export *	fh_export;	/* export pointer */
svc_export        165 fs/nfsd/nfsfh.h __be32	fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
svc_export         71 fs/nfsd/pnfs.h void nfsd4_setup_layout_type(struct svc_export *exp);
svc_export         81 fs/nfsd/pnfs.h static inline void nfsd4_setup_layout_type(struct svc_export *exp)
svc_export         60 fs/nfsd/vfs.c  		        struct svc_export **expp)
svc_export         62 fs/nfsd/vfs.c  	struct svc_export *exp = *expp, *exp2 = NULL;
svc_export        124 fs/nfsd/vfs.c  static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct dentry **dentryp)
svc_export        126 fs/nfsd/vfs.c  	struct svc_export *exp2;
svc_export        155 fs/nfsd/vfs.c  int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp)
svc_export        175 fs/nfsd/vfs.c  		   struct svc_export **exp_ret, struct dentry **dentry_ret)
svc_export        177 fs/nfsd/vfs.c  	struct svc_export	*exp;
svc_export        253 fs/nfsd/vfs.c  	struct svc_export	*exp;
svc_export        635 fs/nfsd/vfs.c  	struct svc_export	*export;
svc_export        954 fs/nfsd/vfs.c  	struct svc_export	*exp;
svc_export       2005 fs/nfsd/vfs.c  static int exp_rdonly(struct svc_rqst *rqstp, struct svc_export *exp)
svc_export       2014 fs/nfsd/vfs.c  nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp,
svc_export         44 fs/nfsd/vfs.h  		                struct svc_export **expp);
svc_export         49 fs/nfsd/vfs.h  				struct svc_export **, struct dentry **);
svc_export         52 fs/nfsd/vfs.h  int nfsd_mountpoint(struct dentry *, struct svc_export *);
svc_export        118 fs/nfsd/vfs.h  __be32		nfsd_permission(struct svc_rqst *, struct svc_export *,
svc_export        327 fs/nfsd/xdr4.h 	struct svc_export *si_exp;			/* response */
svc_export        332 fs/nfsd/xdr4.h 	struct svc_export *sin_exp;			/* response */
svc_export        739 fs/nfsd/xdr4.h 		struct svc_fh *fhp, struct svc_export *exp,