Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
Dsvcauth.c218 struct auth_domain *auth_domain_find(char *name) in auth_domain_find() function
237 EXPORT_SYMBOL_GPL(auth_domain_find);
Dsvcauth_unix.c62 rv = auth_domain_find(name); in unix_domain_find()
/Linux-v6.6/include/linux/sunrpc/
Dsvcauth.h159 extern struct auth_domain *auth_domain_find(char *name);
/Linux-v6.6/fs/nfsd/
Dexport.c104 dom = auth_domain_find(buf); in expkey_parse()
615 dom = auth_domain_find(buf); in svc_export_parse()
/Linux-v6.6/net/sunrpc/auth_gss/
Dsvcauth_gss.c796 return auth_domain_find(name); in find_gss_auth_domain()