• Home
  • Raw
  • Download

Lines Matching refs:svc_export

325 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);  in svc_export_put()
338 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
352 static struct svc_export *svc_export_update(struct svc_export *new,
353 struct svc_export *old);
354 static struct svc_export *svc_export_lookup(struct svc_export *);
459 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
500 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
531 struct svc_export exp = {}, *expp; in svc_export_parse()
669 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
675 struct svc_export *exp ; in svc_export_show()
681 exp = container_of(h, struct svc_export, h); in svc_export_show()
706 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
707 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
714 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
715 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
731 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
732 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
758 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL); in svc_export_alloc()
780 svc_export_hash(struct svc_export *exp) in svc_export_hash()
790 static struct svc_export *
791 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
798 return container_of(ch, struct svc_export, h); in svc_export_lookup()
803 static struct svc_export *
804 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
811 return container_of(ch, struct svc_export, h); in svc_export_update()
840 static struct svc_export *
844 struct svc_export *exp, key; in exp_get_by_name()
866 static struct svc_export *
870 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
894 struct svc_export *exp; in exp_rootfh()
935 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find()
939 struct svc_export *exp; in exp_find()
953 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) in check_nfsd_access()
994 struct svc_export *
997 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
1025 struct svc_export *
1028 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1058 struct svc_export *
1062 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
1075 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp) in rqst_find_fsidzero_export()
1092 struct svc_export *exp; in exp_pseudoroot()
1165 static void show_secinfo(struct seq_file *m, struct svc_export *exp) in show_secinfo()
1217 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()