Lines Matching refs:svc_export

311 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);  in svc_export_put()
324 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
338 static struct svc_export *svc_export_update(struct svc_export *new,
339 struct svc_export *old);
340 static struct svc_export *svc_export_lookup(struct svc_export *);
444 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
485 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
516 struct svc_export exp = {}, *expp; in svc_export_parse()
654 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
660 struct svc_export *exp ; in svc_export_show()
666 exp = container_of(h, struct svc_export, h); in svc_export_show()
691 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
692 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
699 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
700 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
716 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
717 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
743 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL); in svc_export_alloc()
765 svc_export_hash(struct svc_export *exp) in svc_export_hash()
775 static struct svc_export *
776 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
783 return container_of(ch, struct svc_export, h); in svc_export_lookup()
788 static struct svc_export *
789 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
796 return container_of(ch, struct svc_export, h); in svc_export_update()
825 static struct svc_export *
829 struct svc_export *exp, key; in exp_get_by_name()
851 static struct svc_export *
855 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
879 struct svc_export *exp; in exp_rootfh()
920 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find()
924 struct svc_export *exp; in exp_find()
938 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) in check_nfsd_access()
969 struct svc_export *
972 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
1000 struct svc_export *
1003 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1033 struct svc_export *
1037 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
1050 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp) in rqst_find_fsidzero_export()
1067 struct svc_export *exp; in exp_pseudoroot()
1206 static void show_secinfo(struct seq_file *m, struct svc_export *exp) in show_secinfo()
1256 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()