Lines Matching refs:svc_export

312 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);  in svc_export_put()
325 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request()
339 static struct svc_export *svc_export_update(struct svc_export *new,
340 struct svc_export *old);
341 static struct svc_export *svc_export_lookup(struct svc_export *);
446 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
487 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
518 struct svc_export exp = {}, *expp; in svc_export_parse()
656 static void show_secinfo(struct seq_file *m, struct svc_export *exp);
662 struct svc_export *exp ; in svc_export_show()
668 exp = container_of(h, struct svc_export, h); in svc_export_show()
693 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
694 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match()
701 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init()
702 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init()
718 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update()
719 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update()
745 struct svc_export *i = kmalloc(sizeof(*i), GFP_KERNEL); in svc_export_alloc()
767 svc_export_hash(struct svc_export *exp) in svc_export_hash()
777 static struct svc_export *
778 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
785 return container_of(ch, struct svc_export, h); in svc_export_lookup()
790 static struct svc_export *
791 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
798 return container_of(ch, struct svc_export, h); in svc_export_update()
827 static struct svc_export *
831 struct svc_export *exp, key; in exp_get_by_name()
853 static struct svc_export *
857 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
881 struct svc_export *exp; in exp_rootfh()
922 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find()
926 struct svc_export *exp; in exp_find()
940 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) in check_nfsd_access()
981 struct svc_export *
984 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
1012 struct svc_export *
1015 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
1045 struct svc_export *
1049 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
1062 struct svc_export *rqst_find_fsidzero_export(struct svc_rqst *rqstp) in rqst_find_fsidzero_export()
1079 struct svc_export *exp; in exp_pseudoroot()
1152 static void show_secinfo(struct seq_file *m, struct svc_export *exp) in show_secinfo()
1202 struct svc_export *exp = container_of(cp, struct svc_export, h); in e_show()