Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvcauth.h78 struct auth_domain { struct
132 void (*domain_release)(struct auth_domain *);
158 extern struct auth_domain *unix_domain_find(char *name);
159 extern void auth_domain_put(struct auth_domain *item);
160 extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom);
161 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
162 extern struct auth_domain *auth_domain_find(char *name);
163 extern struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr);
164 extern int auth_unix_forget_old(struct auth_domain *dom);
Dsvcauth_gss.h23 struct auth_domain *svcauth_gss_register_pseudoflavor(u32 pseudoflavor,
25 u32 svcauth_gss_flavor(struct auth_domain *dom);
Dgss_api.h87 struct auth_domain *domain;
Dsvc.h295 struct auth_domain * rq_client; /* RPC peer info */
296 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth.c153 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release()
160 void auth_domain_put(struct auth_domain *dom) in auth_domain_put()
166 struct auth_domain *
167 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup()
169 struct auth_domain *hp; in auth_domain_lookup()
190 struct auth_domain *auth_domain_find(char *name) in auth_domain_find()
192 struct auth_domain *hp; in auth_domain_find()
226 struct auth_domain *hp; in auth_domain_cleanup()
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()
194 struct auth_domain *dom; in ip_map_parse()
/kernel/linux/linux-5.10/fs/nfsd/
Dexport.h51 struct auth_domain * ex_client;
74 struct auth_domain * ek_client;
100 int exp_rootfh(struct net *, struct auth_domain *,
Dtrace.h91 __string(auth_domain, key->ek_client->name)
97 __assign_str(auth_domain, key->ek_client->name);
103 __get_str(auth_domain),
114 __string(auth_domain, key->ek_client->name)
121 __assign_str(auth_domain, key->ek_client->name);
128 __get_str(auth_domain),
140 __string(auth_domain, key->ex_client->name)
145 __assign_str(auth_domain, key->ex_client->name);
150 __get_str(auth_domain),
160 __string(auth_domain, key->ex_client->name)
[all …]
Dexport.c83 struct auth_domain *dom = NULL; in expkey_parse()
546 struct auth_domain *dom = NULL; in svc_export_parse()
837 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key()
862 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name()
890 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent()
914 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh()
959 struct auth_domain *clp, int fsid_type, in exp_find()
Dnfs4idmap.c531 struct auth_domain *clp; in rqst_authname()
Dnfsctl.c357 struct auth_domain *dom; in write_filehandle()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c805 struct auth_domain h;
809 static struct auth_domain *
822 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor()
831 struct auth_domain *
835 struct auth_domain *test; in svcauth_gss_register_pseudoflavor()
1891 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu()
1899 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()
Dgss_mech_switch.c64 struct auth_domain *dom; in gss_mech_svc_setup()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch59792 + struct auth_domain *test;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch364454 + struct auth_domain *test;