Home
last modified time | relevance | path

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

/linux-5.19.10/net/sunrpc/
Dsvcauth.c192 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() function
211 EXPORT_SYMBOL_GPL(auth_domain_find);
Dsvcauth_unix.c61 rv = auth_domain_find(name); in unix_domain_find()
/linux-5.19.10/include/linux/sunrpc/
Dsvcauth.h162 extern struct auth_domain *auth_domain_find(char *name);
/linux-5.19.10/fs/nfsd/
Dexport.c104 dom = auth_domain_find(buf); in expkey_parse()
595 dom = auth_domain_find(buf); in svc_export_parse()
/linux-5.19.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c819 return auth_domain_find(name); in find_gss_auth_domain()