Searched refs:au_ops (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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_unix.c | 228 .au_ops = &authunix_ops,
|
/linux-6.1.9/include/linux/sunrpc/ |
D | auth.h | 80 const struct rpc_authops *au_ops; member
|
/linux-6.1.9/fs/nfs/ |
D | super.c | 678 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
|
D | write.c | 1260 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
|
D | nfs4proc.c | 6471 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid() 6509 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid_confirm()
|
/linux-6.1.9/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1049 auth->au_ops = &authgss_ops; in gss_create_new()
|