Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvcauth.h79 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 Dsvcauth_gss.h23 struct auth_domain *svcauth_gss_register_pseudoflavor(u32 pseudoflavor,
25 u32 svcauth_gss_flavor(struct auth_domain *dom);
H A Dgss_api.h87 struct auth_domain *domain;
H A Dsvc.h254 struct auth_domain * rq_client; /* RPC peer info */
255 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
/linux/net/sunrpc/
H A Dsvcauth.c224 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 Dsvcauth_unix.c38 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; in sunrpc_nl_parse_one_ip_map()
/linux/include/linux/
H A Dnfslocalio.h36 struct auth_domain *dom; /* auth_domain for localio */
45 struct net *, struct auth_domain *, struct module *);
59 struct auth_domain *,
/linux/fs/nfsd/
H A Dnfsfh.c201 struct auth_domain *client, in nfsd_set_fh_dentry()
202 struct auth_domain *gssclient, in nfsd_set_fh_dentry()
386 struct auth_domain *client, in __fh_verify()
387 struct auth_domain *gssclient, in __fh_verify()
502 struct auth_domain *client, struct svc_fh *fhp, in fh_verify_local()
H A Dfilecache.h86 struct auth_domain *client, struct svc_fh *fhp,
H A Dtrace.h387 __string(auth_domain, key->ek_client->name)
393 __assign_str(auth_domain);
399 __get_str(auth_domain),
410 __string(auth_domain, key->ek_client->name)
417 __assign_str(auth_domain);
424 __get_str(auth_domain),
436 __string(auth_domain, key->ex_client->name)
441 __assign_str(auth_domain);
446 __get_str(auth_domain),
456 __string(auth_domain, key->ex_client->name)
[all …]
H A Dlocalio.c47 nfsd_open_local_fh(struct net *net, struct auth_domain *dom, in nfsd_open_local_fh()
H A Dnfsfh.h225 __be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
H A Dfilecache.c1172 struct auth_domain *client, in nfsd_file_do_acquire()
1393 struct auth_domain *client, struct svc_fh *fhp, in nfsd_file_acquire_local()
H A Dnfs4idmap.c533 struct auth_domain *clp; in rqst_authname()
H A Dnfsctl.c343 struct auth_domain *dom; in write_filehandle()
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c784 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()
1996 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu()
2004 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()
H A Dgss_mech_switch.c63 struct auth_domain *dom; in gss_mech_svc_setup()
/linux/fs/nfs_common/
H A Dnfslocalio.c106 struct auth_domain *dom, struct module *mod) in nfs_uuid_is_local()