Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dsvcauth.c186 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() function
205 EXPORT_SYMBOL_GPL(auth_domain_find);
Dsvcauth_unix.c60 rv = auth_domain_find(name); in unix_domain_find()
/Linux-v5.4/include/linux/sunrpc/
Dsvcauth.h164 extern struct auth_domain *auth_domain_find(char *name);
/Linux-v5.4/fs/nfsd/
Dexport.c98 dom = auth_domain_find(buf); in expkey_parse()
549 dom = auth_domain_find(buf); in svc_export_parse()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c789 return auth_domain_find(name); in find_gss_auth_domain()