Searched refs:au_ops (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/net/sunrpc/ |
| D | auth.c | 254 auth->au_ops->destroy(auth); in rpcauth_release() 526 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache() 541 new = auth->au_ops->crcreate(auth, acred, flags, gfp); in rpcauth_lookup_credcache() 589 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred() 620 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred() 638 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred() 666 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
|
| D | auth_null.c | 119 .au_ops = &authnull_ops,
|
| D | auth_tls.c | 153 .au_ops = &authtls_ops,
|
| D | auth_unix.c | 228 .au_ops = &authunix_ops,
|
| D | clnt.c | 2852 if (clnt->cl_auth->au_ops->ping) in rpc_ping() 2853 return clnt->cl_auth->au_ops->ping(clnt); in rpc_ping()
|
| /Linux-v6.6/include/linux/sunrpc/ |
| D | auth.h | 80 const struct rpc_authops *au_ops; member
|
| /Linux-v6.6/fs/nfs/ |
| D | super.c | 692 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
|
| D | write.c | 1264 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
|
| D | nfs4proc.c | 6472 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid() 6510 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid_confirm()
|
| /Linux-v6.6/net/sunrpc/auth_gss/ |
| D | auth_gss.c | 1066 auth->au_ops = &authgss_ops; in gss_create_new()
|