Lines Matching refs:svc_export

336 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);
354 struct svc_export *exp = container_of(h, struct svc_export, h);
368 static struct svc_export *svc_export_update(struct svc_export *new,
369 struct svc_export *old);
370 static struct svc_export *svc_export_lookup(struct svc_export *);
475 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp)
516 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; }
547 struct svc_export exp = {}, *expp;
687 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
693 struct svc_export *exp ;
699 exp = container_of(h, struct svc_export, h);
724 struct svc_export *orig = container_of(a, struct svc_export, h);
725 struct svc_export *new = container_of(b, struct svc_export, h);
732 struct svc_export *new = container_of(cnew, struct svc_export, h);
733 struct svc_export *item = container_of(citem, struct svc_export, h);
749 struct svc_export *new = container_of(cnew, struct svc_export, h);
750 struct svc_export *item = container_of(citem, struct svc_export, h);
776 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL);
799 svc_export_hash(struct svc_export *exp)
809 static struct svc_export *
810 svc_export_lookup(struct svc_export *exp)
817 return container_of(ch, struct svc_export, h);
822 static struct svc_export *
823 svc_export_update(struct svc_export *new, struct svc_export *old)
830 return container_of(ch, struct svc_export, h);
861 static struct svc_export *
865 struct svc_export *exp, key;
889 static struct svc_export *
893 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL);
917 struct svc_export *exp;
958 static struct svc_export *exp_find(struct cache_detail *cd,
962 struct svc_export *exp;
976 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp)
1017 struct svc_export *
1020 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
1048 struct svc_export *
1051 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
1081 struct svc_export *
1085 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path);
1098 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp)
1115 struct svc_export *exp;
1188 static void show_secinfo(struct seq_file *m, struct svc_export *exp)
1240 struct svc_export *exp = container_of(cp, struct svc_export, h);