Searched refs:au_ops (Results 1 – 9 of 9) sorted by relevance
/linux/net/sunrpc/ |
H A D | auth.c | 251 auth->au_ops->destroy(auth); in rpcauth_release() 523 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache() 538 new = auth->au_ops->crcreate(auth, acred, flags, gfp); in rpcauth_lookup_credcache() 586 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred() 617 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred() 635 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred() 663 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
|
H A D | auth_null.c | 119 .au_ops = &authnull_ops,
|
H A D | auth_tls.c | 153 .au_ops = &authtls_ops,
|
H A D | auth_unix.c | 228 .au_ops = &authunix_ops,
|
H A D | clnt.c | 2884 if (clnt->cl_auth->au_ops->ping) in rpc_ping() 2885 return clnt->cl_auth->au_ops->ping(clnt); in rpc_ping()
|
/linux/include/linux/sunrpc/ |
H A D | auth.h | 80 const struct rpc_authops *au_ops; member
|
/linux/fs/nfs/ |
H A D | super.c | 711 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
|
H A D | nfs4proc.c | 6622 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid() 6660 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid_confirm()
|
/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 1066 auth->au_ops = &authgss_ops; in gss_create_new()
|