svc_export         43 fs/nfsd/export.c typedef struct svc_export	svc_export;
svc_export        332 fs/nfsd/export.c 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);
svc_export        345 fs/nfsd/export.c 	struct svc_export *exp = container_of(h, struct svc_export, h);
svc_export        359 fs/nfsd/export.c static struct svc_export *svc_export_update(struct svc_export *new,
svc_export        361 fs/nfsd/export.c static struct svc_export *svc_export_lookup(struct svc_export *);
svc_export        504 fs/nfsd/export.c 	struct svc_export exp, *expp;
svc_export        646 fs/nfsd/export.c 	struct svc_export *exp ;
svc_export        652 fs/nfsd/export.c 	exp = container_of(h, struct svc_export, h);
svc_export        677 fs/nfsd/export.c 	struct svc_export *orig = container_of(a, struct svc_export, h);
svc_export        678 fs/nfsd/export.c 	struct svc_export *new = container_of(b, struct svc_export, h);
svc_export        686 fs/nfsd/export.c 	struct svc_export *new = container_of(cnew, struct svc_export, h);
svc_export        687 fs/nfsd/export.c 	struct svc_export *item = container_of(citem, struct svc_export, h);
svc_export        701 fs/nfsd/export.c 	struct svc_export *new = container_of(cnew, struct svc_export, h);
svc_export        702 fs/nfsd/export.c 	struct svc_export *item = container_of(citem, struct svc_export, h);
svc_export        727 fs/nfsd/export.c 	struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL);
svc_export        749 fs/nfsd/export.c static struct svc_export *
svc_export        761 fs/nfsd/export.c 		return container_of(ch, struct svc_export, h);
svc_export        766 fs/nfsd/export.c static struct svc_export *
svc_export        779 fs/nfsd/export.c 		return container_of(ch, struct svc_export, h);
svc_export        858 fs/nfsd/export.c static svc_export *exp_get_by_name(svc_client *clp, struct vfsmount *mnt,
svc_export        862 fs/nfsd/export.c 	struct svc_export *exp, key;
svc_export        884 fs/nfsd/export.c static struct svc_export *exp_parent(svc_client *clp, struct vfsmount *mnt,
svc_export        888 fs/nfsd/export.c 	svc_export *exp;
svc_export        998 fs/nfsd/export.c 	struct svc_export	*exp = NULL;
svc_export        999 fs/nfsd/export.c 	struct svc_export	new;
svc_export       1123 fs/nfsd/export.c 	svc_export *exp;
svc_export       1171 fs/nfsd/export.c 	struct svc_export	*exp;
svc_export       1210 fs/nfsd/export.c static struct svc_export *exp_find(struct auth_domain *clp, int fsid_type,
svc_export       1213 fs/nfsd/export.c 	struct svc_export *exp;
svc_export       1257 fs/nfsd/export.c struct svc_export *
svc_export       1261 fs/nfsd/export.c 	struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
svc_export       1289 fs/nfsd/export.c struct svc_export *
svc_export       1292 fs/nfsd/export.c 	struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
svc_export       1319 fs/nfsd/export.c struct svc_export *
svc_export       1323 fs/nfsd/export.c 	struct svc_export *exp;
svc_export       1348 fs/nfsd/export.c 	struct svc_export *exp;
svc_export       1520 fs/nfsd/export.c 	struct svc_export *exp = container_of(cp, struct svc_export, h);
svc_export        831 fs/nfsd/nfs3xdr.c 	struct svc_export	*exp;
svc_export        629 fs/nfsd/nfs4proc.c 	struct svc_export *exp;
svc_export       1840 fs/nfsd/nfs4xdr.c 	struct svc_export *exp = cd->rd_fhp->fh_export;
svc_export       2455 fs/nfsd/nfs4xdr.c 	struct svc_export *exp = secinfo->si_exp;
svc_export         41 fs/nfsd/nfsfh.c 	struct svc_export *exp = expv;
svc_export        124 fs/nfsd/nfsfh.c 	struct svc_export *exp;
svc_export        268 fs/nfsd/nfsfh.c 	struct svc_export *exp;
svc_export        580 fs/nfsd/nfsfh.c 	struct svc_export * exp = fhp->fh_export;
svc_export        101 fs/nfsd/vfs.c  	struct svc_export *exp = *expp, *exp2 = NULL;
svc_export        137 fs/nfsd/vfs.c  	struct svc_export	*exp;
svc_export        164 fs/nfsd/vfs.c  			struct svc_export *exp2 = NULL;
svc_export        230 fs/nfsd/vfs.c  	struct svc_export	*exp;
svc_export        604 fs/nfsd/vfs.c  	struct svc_export	*export;
svc_export        961 fs/nfsd/vfs.c  	struct svc_export	*exp;
svc_export        128 include/linux/nfsd/export.h struct svc_export *	rqst_exp_get_by_name(struct svc_rqst *,
svc_export        131 include/linux/nfsd/export.h struct svc_export *	rqst_exp_parent(struct svc_rqst *,
svc_export        150 include/linux/nfsd/export.h struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
svc_export        138 include/linux/nfsd/nfsfh.h 	struct svc_export *	fh_export;	/* export pointer */
svc_export        299 include/linux/nfsd/xdr4.h 	struct svc_export *si_exp;			/* response */