Searched refs:auth_domain (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/sunrpc/
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 Dsvcauth.h61 * Currently, the nfs server uses the auth_domain to stand
74 * In the case of auth_unix and auth_null, the auth_domain is also
78 struct auth_domain { struct
135 * an appropriate 'auth_domain' as the client.
147 void (*domain_release)(struct auth_domain *dom);
161 extern struct auth_domain *unix_domain_find(char *name);
162 extern void auth_domain_put(struct auth_domain *item);
163 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
164 extern struct auth_domain *auth_domain_fin
[all...]
H A Dgss_api.h87 struct auth_domain *domain;
H A Dsvc.h228 struct auth_domain * rq_client; /* RPC peer info */
229 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
/linux-master/fs/nfsd/
H A Dexport.h65 struct auth_domain * ex_client;
90 struct auth_domain * ek_client;
116 int exp_rootfh(struct net *, struct auth_domain *,
H A Dexport.c83 struct auth_domain *dom = NULL;
601 struct auth_domain *dom = NULL;
934 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type,
959 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp,
987 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path)
1011 exp_rootfh(struct net *net, struct auth_domain *clp, char *name,
1056 struct auth_domain *clp, int fsid_type,
H A Dtrace.h315 __string(auth_domain, key->ek_client->name)
321 __assign_str(auth_domain, key->ek_client->name);
327 __get_str(auth_domain),
338 __string(auth_domain, key->ek_client->name)
345 __assign_str(auth_domain, key->ek_client->name);
352 __get_str(auth_domain),
364 __string(auth_domain, key->ex_client->name)
369 __assign_str(auth_domain, key->ex_client->name);
374 __get_str(auth_domain),
384 __string(auth_domain, ke
[all...]
H A Dnfs4idmap.c532 struct auth_domain *clp;
H A Dnfsctl.c317 struct auth_domain *dom;
/linux-master/net/sunrpc/
H A Dsvcauth.c104 * svc_set_client - Assign an appropriate 'auth_domain' as the client
181 * When the last reference to an 'auth_domain' is dropped,
197 struct auth_domain *dom = container_of(kref, struct auth_domain, ref);
204 void auth_domain_put(struct auth_domain *dom)
210 struct auth_domain *
211 auth_domain_lookup(char *name, struct auth_domain *new)
213 struct auth_domain *hp;
234 struct auth_domain *auth_domain_find(char *name)
236 struct auth_domain *h
[all...]
H A Dsvcauth_unix.c35 struct auth_domain h;
45 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head);
52 static void svcauth_unix_domain_release(struct auth_domain *dom)
57 struct auth_domain *unix_domain_find(char *name)
59 struct auth_domain *rv;
196 struct auth_domain *dom;
/linux-master/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)
810 struct auth_domain *
814 struct auth_domain *test;
1994 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head);
2002 svcauth_gss_domain_release(struct auth_domain *dom)
H A Dgss_mech_switch.c64 struct auth_domain *dom;

Completed in 172 milliseconds