| /linux/include/linux/sunrpc/ |
| A D | svcauth.h | 79 struct auth_domain { struct 148 void (*domain_release)(struct auth_domain *dom); 165 extern struct auth_domain *unix_domain_find(char *name); 166 extern void auth_domain_put(struct auth_domain *item); 167 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new); 168 extern struct auth_domain *auth_domain_find(char *name);
|
| A D | svcauth_gss.h | 23 struct auth_domain *svcauth_gss_register_pseudoflavor(u32 pseudoflavor, 25 u32 svcauth_gss_flavor(struct auth_domain *dom);
|
| A D | gss_api.h | 87 struct auth_domain *domain;
|
| A D | svc.h | 231 struct auth_domain * rq_client; /* RPC peer info */ 232 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
|
| /linux/net/sunrpc/ |
| 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()
|
| A D | svcauth_unix.c | 35 struct auth_domain h; 45 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_unix_domain_release_rcu() 52 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() 57 struct auth_domain *unix_domain_find(char *name) in unix_domain_find() 59 struct auth_domain *rv; in unix_domain_find() 196 struct auth_domain *dom; in ip_map_parse()
|
| /linux/fs/nfsd/ |
| A D | export.h | 65 struct auth_domain * ex_client; 90 struct auth_domain * ek_client; 117 int exp_rootfh(struct net *, struct auth_domain *, 132 struct auth_domain *cl, struct auth_domain *gsscl,
|
| A D | nfsfh.c | 147 struct auth_domain *client, in nfsd_set_fh_dentry() 148 struct auth_domain *gssclient, in nfsd_set_fh_dentry() 317 struct auth_domain *client, in __fh_verify() 318 struct auth_domain *gssclient, in __fh_verify() 411 struct auth_domain *client, struct svc_fh *fhp, in fh_verify_local()
|
| A D | export.c | 83 struct auth_domain *dom = NULL; in expkey_parse() 605 struct auth_domain *dom = NULL; in svc_export_parse() 938 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() 963 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name() 991 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent() 1015 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh() 1060 struct auth_domain *clp, int fsid_type, in exp_find() 1204 struct auth_domain *cl, struct auth_domain *gsscl, in rqst_exp_find()
|
| A D | filecache.h | 72 struct auth_domain *client, struct svc_fh *fhp,
|
| A D | trace.h | 318 __string(auth_domain, key->ek_client->name) 324 __assign_str(auth_domain); 330 __get_str(auth_domain), 341 __string(auth_domain, key->ek_client->name) 348 __assign_str(auth_domain); 355 __get_str(auth_domain), 367 __string(auth_domain, key->ex_client->name) 372 __assign_str(auth_domain); 377 __get_str(auth_domain), 392 __assign_str(auth_domain); [all …]
|
| A D | localio.c | 59 nfsd_open_local_fh(struct net *net, struct auth_domain *dom, in nfsd_open_local_fh()
|
| A D | nfsfh.h | 220 __be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
|
| A D | filecache.c | 1017 struct auth_domain *client, in nfsd_file_do_acquire() 1242 struct auth_domain *client, struct svc_fh *fhp, in nfsd_file_acquire_local()
|
| A D | nfs4idmap.c | 532 struct auth_domain *clp; in rqst_authname()
|
| A D | nfsctl.c | 324 struct auth_domain *dom; in write_filehandle()
|
| /linux/include/linux/ |
| A D | nfslocalio.h | 32 struct auth_domain *dom; /* auth_domain for localio */ 39 struct net *, struct auth_domain *, struct module *); 45 nfsd_open_local_fh(struct net *, struct auth_domain *, struct rpc_clnt *, 53 struct auth_domain *,
|
| /linux/fs/nfs_common/ |
| A D | nfslocalio.c | 72 struct net *net, struct auth_domain *dom, in nfs_uuid_is_local()
|
| /linux/net/sunrpc/auth_gss/ |
| 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() 1988 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu() 1996 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()
|
| A D | gss_mech_switch.c | 64 struct auth_domain *dom; in gss_mech_svc_setup()
|
| /linux/Documentation/filesystems/nfs/ |
| A D | localio.rst | 317 access is used. The auth_domain established as part of the traditional
|