Lines Matching refs:svc_export
358 struct svc_export *exp = container_of(rcu_head, struct svc_export, in svc_export_release()
370 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put()
387 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
401 static struct svc_export *svc_export_update(struct svc_export *new,
402 struct svc_export *old);
403 static struct svc_export *svc_export_lookup(struct svc_export *);
519 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
560 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
563 static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) in xprtsec_parse()
613 struct svc_export exp = {}, *expp; in svc_export_parse()
754 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
770 struct svc_export *exp; in svc_export_show()
780 exp = container_of(h, struct svc_export, h); in svc_export_show()
818 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
819 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
826 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
827 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
844 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
845 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
872 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL); in svc_export_alloc()
907 svc_export_hash(struct svc_export *exp) in svc_export_hash()
917 static struct svc_export *
918 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
925 return container_of(ch, struct svc_export, h); in svc_export_lookup()
930 static struct svc_export *
931 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
938 return container_of(ch, struct svc_export, h); in svc_export_update()
969 static struct svc_export *
973 struct svc_export *exp, key; in exp_get_by_name()
997 static struct svc_export *
1001 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
1025 struct svc_export *exp; in exp_rootfh()
1066 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find()
1070 struct svc_export *exp; in exp_find()
1094 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp, in check_nfsd_access()
1183 struct svc_export *
1186 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
1229 struct svc_export *
1235 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1262 struct svc_export *
1266 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
1279 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp) in rqst_find_fsidzero_export()
1298 struct svc_export *exp; in exp_pseudoroot()
1371 static void show_secinfo(struct seq_file *m, struct svc_export *exp) in show_secinfo()
1423 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()