Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dsvcauth.c162 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() function
166 EXPORT_SYMBOL_GPL(auth_domain_find);
/linux-4.4.14/include/linux/sunrpc/
Dsvcauth.h151 extern struct auth_domain *auth_domain_find(char *name);
/linux-4.4.14/fs/nfsd/
Dexport.c96 dom = auth_domain_find(buf); in expkey_parse()
534 dom = auth_domain_find(buf); in svc_export_parse()
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c760 return auth_domain_find(name); in find_gss_auth_domain()