Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dsvcauth.h80 struct auth_domain { struct
133 void (*domain_release)(struct auth_domain *);
159 extern struct auth_domain *unix_domain_find(char *name);
160 extern void auth_domain_put(struct auth_domain *item);
161 extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom);
162 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
163 extern struct auth_domain *auth_domain_find(char *name);
164 extern struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr);
165 extern int auth_unix_forget_old(struct auth_domain *dom);
Dsvcauth_gss.h25 u32 svcauth_gss_flavor(struct auth_domain *dom);
Dsvc.h293 struct auth_domain * rq_client; /* RPC peer info */
294 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
/Linux-v4.19/net/sunrpc/
Dsvcauth.c131 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release()
138 void auth_domain_put(struct auth_domain *dom) in auth_domain_put()
144 struct auth_domain *
145 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup()
147 struct auth_domain *hp; in auth_domain_lookup()
168 struct auth_domain *auth_domain_find(char *name) in auth_domain_find()
Dsvcauth_unix.c33 struct auth_domain h;
40 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release()
48 struct auth_domain *unix_domain_find(char *name) in unix_domain_find()
50 struct auth_domain *rv; in unix_domain_find()
181 struct auth_domain *dom; in ip_map_parse()
/Linux-v4.19/fs/nfsd/
Dexport.h51 struct auth_domain * ex_client;
73 struct auth_domain * ek_client;
98 int exp_rootfh(struct net *, struct auth_domain *,
Dexport.c76 struct auth_domain *dom = NULL; in expkey_parse()
517 struct auth_domain *dom = NULL; in svc_export_parse()
805 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key()
828 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name()
854 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent()
878 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh()
923 struct auth_domain *clp, int fsid_type, in exp_find()
Dnfs4idmap.c516 struct auth_domain *clp; in rqst_authname()
Dnfsctl.c353 struct auth_domain *dom; in write_filehandle()
/Linux-v4.19/net/sunrpc/auth_gss/
Dsvcauth_gss.c756 struct auth_domain h;
760 static struct auth_domain *
773 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor()
786 struct auth_domain *test; in svcauth_gss_register_pseudoflavor()
1767 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()