• Home
  • Raw
  • Download

Lines Matching refs:svc_export

336 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);  in svc_export_put()
354 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
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) in secinfo_parse()
516 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
547 struct svc_export exp = {}, *expp; in svc_export_parse()
687 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
693 struct svc_export *exp ; in svc_export_show()
699 exp = container_of(h, struct svc_export, h); in svc_export_show()
724 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
725 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
732 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
733 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
749 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
750 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
776 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL); in svc_export_alloc()
799 svc_export_hash(struct svc_export *exp) in svc_export_hash()
809 static struct svc_export *
810 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
817 return container_of(ch, struct svc_export, h); in svc_export_lookup()
822 static struct svc_export *
823 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
830 return container_of(ch, struct svc_export, h); in svc_export_update()
861 static struct svc_export *
865 struct svc_export *exp, key; in exp_get_by_name()
889 static struct svc_export *
893 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
917 struct svc_export *exp; in exp_rootfh()
958 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find()
962 struct svc_export *exp; in exp_find()
976 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) in check_nfsd_access()
1017 struct svc_export *
1020 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
1048 struct svc_export *
1051 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1081 struct svc_export *
1085 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
1098 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp) in rqst_find_fsidzero_export()
1115 struct svc_export *exp; in exp_pseudoroot()
1188 static void show_secinfo(struct seq_file *m, struct svc_export *exp) in show_secinfo()
1240 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()