Home
last modified time | relevance | path

Searched refs:auth_domain_find (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dsvcauth.c168 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() function
172 EXPORT_SYMBOL_GPL(auth_domain_find);
/Linux-v4.19/include/linux/sunrpc/
Dsvcauth.h163 extern struct auth_domain *auth_domain_find(char *name);
/Linux-v4.19/fs/nfsd/
Dexport.c97 dom = auth_domain_find(buf); in expkey_parse()
536 dom = auth_domain_find(buf); in svc_export_parse()
/Linux-v4.19/net/sunrpc/auth_gss/
Dsvcauth_gss.c768 return auth_domain_find(name); in find_gss_auth_domain()