Searched refs:auth_domain (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/include/linux/sunrpc/ |
D | svcauth.h | 78 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);
|
D | svcauth_gss.h | 23 struct auth_domain *svcauth_gss_register_pseudoflavor(u32 pseudoflavor, 25 u32 svcauth_gss_flavor(struct auth_domain *dom);
|
D | gss_api.h | 87 struct auth_domain *domain;
|
D | svc.h | 310 struct auth_domain * rq_client; /* RPC peer info */ 311 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
|
/linux-5.19.10/net/sunrpc/ |
D | svcauth.c | 155 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release() 162 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() 168 struct auth_domain * 169 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() 171 struct auth_domain *hp; in auth_domain_lookup() 192 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() 194 struct auth_domain *hp; in auth_domain_find() 228 struct auth_domain *hp; in auth_domain_cleanup()
|
D | svcauth_unix.c | 34 struct auth_domain h; 44 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_unix_domain_release_rcu() 51 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() 56 struct auth_domain *unix_domain_find(char *name) in unix_domain_find() 58 struct auth_domain *rv; in unix_domain_find() 195 struct auth_domain *dom; in ip_map_parse()
|
/linux-5.19.10/fs/nfsd/ |
D | export.h | 65 struct auth_domain * ex_client; 89 struct auth_domain * ek_client; 115 int exp_rootfh(struct net *, struct auth_domain *,
|
D | trace.h | 212 __string(auth_domain, key->ek_client->name) 218 __assign_str(auth_domain, key->ek_client->name); 224 __get_str(auth_domain), 235 __string(auth_domain, key->ek_client->name) 242 __assign_str(auth_domain, key->ek_client->name); 249 __get_str(auth_domain), 261 __string(auth_domain, key->ex_client->name) 266 __assign_str(auth_domain, key->ex_client->name); 271 __get_str(auth_domain), 281 __string(auth_domain, key->ex_client->name) [all …]
|
D | export.c | 83 struct auth_domain *dom = NULL; in expkey_parse() 576 struct auth_domain *dom = NULL; in svc_export_parse() 897 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() 922 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name() 950 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent() 974 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh() 1019 struct auth_domain *clp, int fsid_type, in exp_find()
|
D | nfs4idmap.c | 531 struct auth_domain *clp; in rqst_authname()
|
D | nfsctl.c | 358 struct auth_domain *dom; in write_filehandle()
|
/linux-5.19.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 807 struct auth_domain h; 811 static struct auth_domain * 824 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor() 833 struct auth_domain * 837 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()
|
D | gss_mech_switch.c | 64 struct auth_domain *dom; in gss_mech_svc_setup()
|