Symbol: auth_domain
fs/nfs_common/nfslocalio.c
106
struct auth_domain *dom, struct module *mod)
fs/nfsd/export.c
1314
struct auth_domain *dom = NULL;
fs/nfsd/export.c
1649
exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type,
fs/nfsd/export.c
1674
exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp,
fs/nfsd/export.c
1702
exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path)
fs/nfsd/export.c
1726
exp_rootfh(struct net *net, struct auth_domain *clp, char *name,
fs/nfsd/export.c
1771
struct auth_domain *clp, int fsid_type,
fs/nfsd/export.c
1967
struct auth_domain *cl, struct auth_domain *gsscl,
fs/nfsd/export.c
444
struct auth_domain *dom = NULL;
fs/nfsd/export.c
847
struct auth_domain *dom = NULL;
fs/nfsd/export.c
86
struct auth_domain *dom = NULL;
fs/nfsd/export.h
121
int exp_rootfh(struct net *, struct auth_domain *,
fs/nfsd/export.h
136
struct auth_domain *cl, struct auth_domain *gsscl,
fs/nfsd/export.h
65
struct auth_domain * ex_client;
fs/nfsd/export.h
90
struct auth_domain * ek_client;
fs/nfsd/filecache.c
1132
struct auth_domain *client,
fs/nfsd/filecache.c
1355
struct auth_domain *client, struct svc_fh *fhp,
fs/nfsd/filecache.h
84
struct auth_domain *client, struct svc_fh *fhp,
fs/nfsd/localio.c
47
nfsd_open_local_fh(struct net *net, struct auth_domain *dom,
fs/nfsd/nfs4idmap.c
532
struct auth_domain *clp;
fs/nfsd/nfsctl.c
340
struct auth_domain *dom;
fs/nfsd/nfsfh.c
202
struct auth_domain *client,
fs/nfsd/nfsfh.c
203
struct auth_domain *gssclient,
fs/nfsd/nfsfh.c
383
struct auth_domain *client,
fs/nfsd/nfsfh.c
384
struct auth_domain *gssclient,
fs/nfsd/nfsfh.c
499
struct auth_domain *client, struct svc_fh *fhp,
fs/nfsd/nfsfh.h
223
__be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
fs/nfsd/trace.h
385
__string(auth_domain, key->ek_client->name)
fs/nfsd/trace.h
391
__assign_str(auth_domain);
fs/nfsd/trace.h
397
__get_str(auth_domain),
fs/nfsd/trace.h
408
__string(auth_domain, key->ek_client->name)
fs/nfsd/trace.h
415
__assign_str(auth_domain);
fs/nfsd/trace.h
422
__get_str(auth_domain),
fs/nfsd/trace.h
434
__string(auth_domain, key->ex_client->name)
fs/nfsd/trace.h
439
__assign_str(auth_domain);
fs/nfsd/trace.h
444
__get_str(auth_domain),
fs/nfsd/trace.h
454
__string(auth_domain, key->ex_client->name)
fs/nfsd/trace.h
459
__assign_str(auth_domain);
fs/nfsd/trace.h
464
__get_str(auth_domain),
include/linux/nfslocalio.h
36
struct auth_domain *dom; /* auth_domain for localio */
include/linux/nfslocalio.h
45
struct net *, struct auth_domain *, struct module *);
include/linux/nfslocalio.h
59
struct auth_domain *,
include/linux/sunrpc/gss_api.h
87
struct auth_domain *domain;
include/linux/sunrpc/svc.h
255
struct auth_domain * rq_client; /* RPC peer info */
include/linux/sunrpc/svc.h
256
struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
include/linux/sunrpc/svcauth.h
147
void (*domain_release)(struct auth_domain *dom);
include/linux/sunrpc/svcauth.h
164
extern struct auth_domain *unix_domain_find(char *name);
include/linux/sunrpc/svcauth.h
165
extern void auth_domain_put(struct auth_domain *item);
include/linux/sunrpc/svcauth.h
166
extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
include/linux/sunrpc/svcauth.h
167
extern struct auth_domain *auth_domain_find(char *name);
include/linux/sunrpc/svcauth_gss.h
23
struct auth_domain *svcauth_gss_register_pseudoflavor(u32 pseudoflavor,
include/linux/sunrpc/svcauth_gss.h
25
u32 svcauth_gss_flavor(struct auth_domain *dom);
net/sunrpc/auth_gss/gss_mech_switch.c
63
struct auth_domain *dom;
net/sunrpc/auth_gss/svcauth_gss.c
1990
struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head);
net/sunrpc/auth_gss/svcauth_gss.c
1998
svcauth_gss_domain_release(struct auth_domain *dom)
net/sunrpc/auth_gss/svcauth_gss.c
784
struct auth_domain h;
net/sunrpc/auth_gss/svcauth_gss.c
788
static struct auth_domain *
net/sunrpc/auth_gss/svcauth_gss.c
801
u32 svcauth_gss_flavor(struct auth_domain *dom)
net/sunrpc/auth_gss/svcauth_gss.c
810
struct auth_domain *
net/sunrpc/auth_gss/svcauth_gss.c
814
struct auth_domain *test;
net/sunrpc/svcauth.c
224
struct auth_domain *dom = container_of(kref, struct auth_domain, ref);
net/sunrpc/svcauth.c
231
void auth_domain_put(struct auth_domain *dom)
net/sunrpc/svcauth.c
237
struct auth_domain *
net/sunrpc/svcauth.c
238
auth_domain_lookup(char *name, struct auth_domain *new)
net/sunrpc/svcauth.c
240
struct auth_domain *hp;
net/sunrpc/svcauth.c
261
struct auth_domain *auth_domain_find(char *name)
net/sunrpc/svcauth.c
263
struct auth_domain *hp;
net/sunrpc/svcauth.c
297
struct auth_domain *hp;
net/sunrpc/svcauth_unix.c
1421
struct auth_domain *dom = NULL;
net/sunrpc/svcauth_unix.c
199
struct auth_domain *dom;
net/sunrpc/svcauth_unix.c
38
struct auth_domain h;
net/sunrpc/svcauth_unix.c
48
struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head);
net/sunrpc/svcauth_unix.c
55
static void svcauth_unix_domain_release(struct auth_domain *dom)
net/sunrpc/svcauth_unix.c
60
struct auth_domain *unix_domain_find(char *name)
net/sunrpc/svcauth_unix.c
62
struct auth_domain *rv;