Searched refs:au_ops (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | auth.c | 293 auth->au_ops->destroy(auth); in rpcauth_release() 354 if (!cred->cr_auth->au_ops->key_timeout) in rpcauth_key_timeout_notify() 356 return cred->cr_auth->au_ops->key_timeout(auth, cred); in rpcauth_key_timeout_notify() 557 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache() 586 new = auth->au_ops->crcreate(auth, acred, flags, gfp); in rpcauth_lookup_credcache() 631 auth->au_ops->au_name); in rpcauth_lookupcred() 637 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred() 660 cred->cr_auth->au_ops->au_name, cred); in rpcauth_generic_bind_cred() 675 task->tk_pid, task->tk_client->cl_auth->au_ops->au_name); in rpcauth_bind_root_cred() 676 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred() [all …]
|
D | auth_generic.c | 68 return generic_auth.au_ops->lookup_cred(&generic_auth, &acred, 0); in rpc_lookup_machine_cred() 78 return auth->au_ops->lookup_cred(auth, acred, lookupflags); in generic_bind_cred() 243 tcred = auth->au_ops->lookup_cred(auth, acred, 0); in generic_key_timeout() 276 .au_ops = &generic_auth_ops,
|
D | auth_null.c | 120 .au_ops = &authnull_ops,
|
D | auth_unix.c | 240 .au_ops = &authunix_ops,
|
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 98 const struct rpc_authops *au_ops; /* operations */ member
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4callback.c | 766 return auth->au_ops->lookup_cred(client->cl_auth, &acred, 0); in get_backchannel_cred()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1057 auth->au_ops = &authgss_ops; in gss_create_new()
|
/Linux-v4.19/fs/nfs/ |
D | super.c | 847 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
|
D | nfs4proc.c | 5922 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid() 5961 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid_confirm()
|