Home
last modified time | relevance | path

Searched refs:au_ops (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/net/sunrpc/
Dauth.c303 auth->au_ops->destroy(auth); in rpcauth_release()
575 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache()
590 new = auth->au_ops->crcreate(auth, acred, flags, gfp); in rpcauth_lookup_credcache()
638 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred()
667 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
683 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred()
711 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
Dauth_null.c119 .au_ops = &authnull_ops,
Dauth_unix.c220 .au_ops = &authunix_ops,
/Linux-v5.4/include/linux/sunrpc/
Dauth.h82 const struct rpc_authops *au_ops; member
/Linux-v5.4/fs/nfs/
Dwrite.c1269 cred = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
Dsuper.c868 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
Dnfs4proc.c6101 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid()
6136 clp->cl_rpcclient->cl_auth->au_ops->au_name, in nfs4_proc_setclientid_confirm()
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c1057 auth->au_ops = &authgss_ops; in gss_create_new()