Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/
Dsvcauth.c161 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() function
165 EXPORT_SYMBOL_GPL(auth_domain_find);
/linux-3.4.99/include/linux/sunrpc/
Dsvcauth.h131 extern struct auth_domain *auth_domain_find(char *name);
/linux-3.4.99/fs/nfsd/
Dexport.c104 dom = auth_domain_find(buf); in expkey_parse()
514 dom = auth_domain_find(buf); in svc_export_parse()
/linux-3.4.99/net/sunrpc/auth_gss/
Dsvcauth_gss.c751 return auth_domain_find(name); in find_gss_auth_domain()