Home
last modified time | relevance | path

Searched refs:lookup_cred (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
H A Dauth.c589 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred()
618 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
634 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred()
662 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
672 new = authnull_ops.lookup_cred(NULL, NULL, 0); in rpcauth_bindcred()
H A Dauth_null.c110 .lookup_cred = nul_lookup_cred,
H A Dauth_unix.c212 .lookup_cred = unx_lookup_cred,
/kernel/linux/linux-6.6/net/sunrpc/
H A Dauth.c586 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()
673 new = authnull_ops.lookup_cred(NULL, NULL, 0); in rpcauth_bindcred()
H A Dauth_null.c110 .lookup_cred = nul_lookup_cred,
H A Dauth_tls.c144 .lookup_cred = tls_lookup_cred,
H A Dauth_unix.c220 .lookup_cred = unx_lookup_cred,
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dauth.h115 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dauth.h116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); member
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dauth_gss.c2164 .lookup_cred = gss_lookup_cred,
/kernel/linux/linux-5.10/fs/nfs/
H A Dwrite.c1247 cred = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
/kernel/linux/linux-6.6/fs/nfs/
H A Dwrite.c1266 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dauth_gss.c2184 .lookup_cred = gss_lookup_cred,

Completed in 17 milliseconds