Lines Matching refs:svc_export
352 struct svc_export *exp = container_of(ref, struct svc_export, h.ref);
371 struct svc_export *exp = container_of(h, struct svc_export, h);
385 static struct svc_export *svc_export_update(struct svc_export *new,
386 struct svc_export *old);
387 static struct svc_export *svc_export_lookup(struct svc_export *);
504 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp)
545 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; }
548 static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp)
598 struct svc_export exp = {}, *expp;
739 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
755 struct svc_export *exp;
765 exp = container_of(h, struct svc_export, h);
801 struct svc_export *orig = container_of(a, struct svc_export, h);
802 struct svc_export *new = container_of(b, struct svc_export, h);
809 struct svc_export *new = container_of(cnew, struct svc_export, h);
810 struct svc_export *item = container_of(citem, struct svc_export, h);
827 struct svc_export *new = container_of(cnew, struct svc_export, h);
828 struct svc_export *item = container_of(citem, struct svc_export, h);
855 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL);
883 svc_export_hash(struct svc_export *exp)
893 static struct svc_export *
894 svc_export_lookup(struct svc_export *exp)
901 return container_of(ch, struct svc_export, h);
906 static struct svc_export *
907 svc_export_update(struct svc_export *new, struct svc_export *old)
914 return container_of(ch, struct svc_export, h);
945 static struct svc_export *
949 struct svc_export *exp, key;
973 static struct svc_export *
977 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL);
1001 struct svc_export *exp;
1042 static struct svc_export *exp_find(struct cache_detail *cd,
1046 struct svc_export *exp;
1060 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp)
1119 struct svc_export *
1122 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
1150 struct svc_export *
1153 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT);
1183 struct svc_export *
1187 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path);
1200 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp)
1217 struct svc_export *exp;
1290 static void show_secinfo(struct seq_file *m, struct svc_export *exp)
1342 struct svc_export *exp = container_of(cp, struct svc_export, h);