| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 79 struct auth_domain { struct 147 void (*domain_release)(struct auth_domain *dom); 164 extern struct auth_domain *unix_domain_find(char *name); 165 extern void auth_domain_put(struct auth_domain *item); 166 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new); 167 extern struct auth_domain *auth_domain_find(char *name);
|
| H A D | svcauth_gss.h | 23 struct auth_domain *svcauth_gss_register_pseudoflavor(u32 pseudoflavor, 25 u32 svcauth_gss_flavor(struct auth_domain *dom);
|
| H A D | gss_api.h | 87 struct auth_domain *domain;
|
| /linux/net/sunrpc/ |
| H A D | svcauth.c | 224 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release() 231 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() 237 struct auth_domain * 238 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() 240 struct auth_domain *hp; in auth_domain_lookup() 261 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() 263 struct auth_domain *hp; in auth_domain_find() 297 struct auth_domain *hp; in auth_domain_cleanup()
|
| H A D | svcauth_unix.c | 38 struct auth_domain h; 48 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_unix_domain_release_rcu() 55 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() 60 struct auth_domain *unix_domain_find(char *name) in unix_domain_find() 62 struct auth_domain *rv; in unix_domain_find() 199 struct auth_domain *dom; in ip_map_parse() 1421 struct auth_domain *dom = NULL;
|
| /linux/fs/nfsd/ |
| H A D | export.h | 65 struct auth_domain * ex_client; 90 struct auth_domain * ek_client; 121 int exp_rootfh(struct net *, struct auth_domain *, 136 struct auth_domain *cl, struct auth_domain *gsscl, in exp_get()
|
| H A D | export.c | 86 struct auth_domain *dom = NULL; 444 struct auth_domain *dom = NULL; in check_export() 847 struct auth_domain *dom = NULL; in svc_export_init() 1314 struct auth_domain *dom = NULL; in rqst_exp_parent() 1649 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, 1674 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, 1702 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) 1726 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, 1771 struct auth_domain *clp, int fsid_type, 1955 * @cl: default auth_domain t [all...] |
| H A D | trace.h | 385 __string(auth_domain, key->ek_client->name) 391 __assign_str(auth_domain); 397 __get_str(auth_domain), 408 __string(auth_domain, key->ek_client->name) 415 __assign_str(auth_domain); 422 __get_str(auth_domain), 434 __string(auth_domain, key->ex_client->name) 439 __assign_str(auth_domain); 444 __get_str(auth_domain), 454 __string(auth_domain, ke [all...] |
| H A D | localio.c | 47 nfsd_open_local_fh(struct net *net, struct auth_domain *dom, in nfsd_open_local_fh()
|
| H A D | nfsfh.h | 223 __be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
|
| H A D | filecache.c | 1132 struct auth_domain *client, in nfsd_file_do_acquire() 1330 * @client: the auth_domain for LOCALIO lookup 1355 struct auth_domain *client, struct svc_fh *fhp,
|
| H A D | nfs4idmap.c | 532 struct auth_domain *clp; in rqst_authname()
|
| H A D | nfsctl.c | 340 struct auth_domain *dom; in write_filehandle()
|
| /linux/include/linux/ |
| H A D | nfslocalio.h | 36 struct auth_domain *dom; /* auth_domain for localio */ 45 struct net *, struct auth_domain *, struct module *); 59 struct auth_domain *,
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 784 struct auth_domain h; 788 static struct auth_domain * 801 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor() 810 struct auth_domain * 814 struct auth_domain *test; in svcauth_gss_register_pseudoflavor() 1990 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu() 1998 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()
|
| H A D | gss_mech_switch.c | 63 struct auth_domain *dom; in gss_mech_svc_setup()
|
| /linux/fs/nfs_common/ |
| H A D | nfslocalio.c | 106 struct auth_domain *dom, struct module *mod) in nfs_uuid_is_local()
|