Lines Matching refs:svc_export

356 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);  in svc_export_put()
376 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
390 static struct svc_export *svc_export_update(struct svc_export *new,
391 struct svc_export *old);
392 static struct svc_export *svc_export_lookup(struct svc_export *);
509 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
550 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
553 static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) in xprtsec_parse()
603 struct svc_export exp = {}, *expp; in svc_export_parse()
744 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
760 struct svc_export *exp; in svc_export_show()
770 exp = container_of(h, struct svc_export, h); in svc_export_show()
808 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
809 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
816 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
817 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
834 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
835 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
862 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL); in svc_export_alloc()
897 svc_export_hash(struct svc_export *exp) in svc_export_hash()
907 static struct svc_export *
908 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
915 return container_of(ch, struct svc_export, h); in svc_export_lookup()
920 static struct svc_export *
921 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
928 return container_of(ch, struct svc_export, h); in svc_export_update()
959 static struct svc_export *
963 struct svc_export *exp, key; in exp_get_by_name()
987 static struct svc_export *
991 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
1015 struct svc_export *exp; in exp_rootfh()
1056 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find()
1060 struct svc_export *exp; in exp_find()
1074 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) in check_nfsd_access()
1133 struct svc_export *
1136 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
1164 struct svc_export *
1167 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1197 struct svc_export *
1201 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
1214 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp) in rqst_find_fsidzero_export()
1231 struct svc_export *exp; in exp_pseudoroot()
1304 static void show_secinfo(struct seq_file *m, struct svc_export *exp) in show_secinfo()
1356 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()