Home
last modified time | relevance | path

Searched refs:auth_domain (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/linux/sunrpc/
Dsvcauth.h80 struct auth_domain { struct
134 void (*domain_release)(struct auth_domain *);
160 extern struct auth_domain *unix_domain_find(char *name);
161 extern void auth_domain_put(struct auth_domain *item);
162 extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom);
163 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
164 extern struct auth_domain *auth_domain_find(char *name);
165 extern struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr);
166 extern int auth_unix_forget_old(struct auth_domain *dom);
Dsvcauth_gss.h25 u32 svcauth_gss_flavor(struct auth_domain *dom);
Dsvc.h294 struct auth_domain * rq_client; /* RPC peer info */
295 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
/Linux-v5.4/net/sunrpc/
Dsvcauth.c149 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release()
156 void auth_domain_put(struct auth_domain *dom) in auth_domain_put()
162 struct auth_domain *
163 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup()
165 struct auth_domain *hp; in auth_domain_lookup()
186 struct auth_domain *auth_domain_find(char *name) in auth_domain_find()
188 struct auth_domain *hp; in auth_domain_find()
Dsvcauth_unix.c34 struct auth_domain h;
43 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_unix_domain_release_rcu()
50 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release()
55 struct auth_domain *unix_domain_find(char *name) in unix_domain_find()
57 struct auth_domain *rv; in unix_domain_find()
189 struct auth_domain *dom; in ip_map_parse()
/Linux-v5.4/fs/nfsd/
Dexport.h51 struct auth_domain * ex_client;
74 struct auth_domain * ek_client;
100 int exp_rootfh(struct net *, struct auth_domain *,
Dexport.c77 struct auth_domain *dom = NULL; in expkey_parse()
530 struct auth_domain *dom = NULL; in svc_export_parse()
818 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key()
841 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name()
867 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent()
891 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh()
936 struct auth_domain *clp, int fsid_type, in exp_find()
Dnfs4idmap.c517 struct auth_domain *clp; in rqst_authname()
Dnfsctl.c357 struct auth_domain *dom; in write_filehandle()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c777 struct auth_domain h;
781 static struct auth_domain *
794 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor()
807 struct auth_domain *test; in svcauth_gss_register_pseudoflavor()
1790 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu()
1798 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()