Searched refs:auth_domain (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.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 | 295 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/ |
D | svcauth.c | 153 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()
|
D | svcauth_unix.c | 34 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/ |
D | export.h | 51 struct auth_domain * ex_client; 74 struct auth_domain * ek_client; 100 int exp_rootfh(struct net *, struct auth_domain *,
|
D | trace.h | 91 __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 …]
|
D | export.c | 83 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()
|
D | nfs4idmap.c | 531 struct auth_domain *clp; in rqst_authname()
|
D | nfsctl.c | 357 struct auth_domain *dom; in write_filehandle()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 805 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()
|
D | gss_mech_switch.c | 64 struct auth_domain *dom; in gss_mech_svc_setup()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59792 + struct auth_domain *test;
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 364454 + struct auth_domain *test;
|