Lines Matching refs:svc_export

352 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);  in svc_export_put()
371 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
385 static struct svc_export *svc_export_update(struct svc_export *new,
386 struct svc_export *old);
387 static struct svc_export *svc_export_lookup(struct svc_export *);
505 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
546 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
577 struct svc_export exp = {}, *expp; in svc_export_parse()
716 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
732 struct svc_export *exp; in svc_export_show()
742 exp = container_of(h, struct svc_export, h); in svc_export_show()
778 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
779 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
786 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
787 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
804 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
805 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
831 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL); in svc_export_alloc()
859 svc_export_hash(struct svc_export *exp) in svc_export_hash()
869 static struct svc_export *
870 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
877 return container_of(ch, struct svc_export, h); in svc_export_lookup()
882 static struct svc_export *
883 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
890 return container_of(ch, struct svc_export, h); in svc_export_update()
921 static struct svc_export *
925 struct svc_export *exp, key; in exp_get_by_name()
949 static struct svc_export *
953 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
977 struct svc_export *exp; in exp_rootfh()
1018 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find()
1022 struct svc_export *exp; in exp_find()
1036 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) in check_nfsd_access()
1077 struct svc_export *
1080 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
1108 struct svc_export *
1111 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1141 struct svc_export *
1145 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
1158 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp) in rqst_find_fsidzero_export()
1175 struct svc_export *exp; in exp_pseudoroot()
1248 static void show_secinfo(struct seq_file *m, struct svc_export *exp) in show_secinfo()
1300 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()