Home
last modified time | relevance | path

Searched refs:lookup_cred (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dauth_generic.c61 return generic_auth.au_ops->lookup_cred(&generic_auth, &acred, 0); in rpc_lookup_machine_cred()
71 return auth->au_ops->lookup_cred(auth, acred, lookupflags); in generic_bind_cred()
228 tcred = auth->au_ops->lookup_cred(auth, acred, 0); in generic_key_timeout()
261 .lookup_cred = generic_lookup_cred,
Dauth_null.c111 .lookup_cred = nul_lookup_cred,
Dauth_unix.c225 .lookup_cred = unx_lookup_cred,
Dauth.c634 ret = auth->au_ops->lookup_cred(auth, &acred, flags); in rpcauth_lookupcred()
676 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
Dclnt.c2413 msg.rpc_cred = authnull_ops.lookup_cred(NULL, NULL, 0); in rpc_ping()
/linux-4.1.27/include/linux/sunrpc/
Dauth.h118 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); member
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c321 cred = auth->au_ops->lookup_cred(auth, &acred, 0); in ff_layout_update_mirror_cred()
/linux-4.1.27/fs/nfsd/
Dnfs4callback.c709 return auth->au_ops->lookup_cred(client->cl_auth, &acred, 0); in get_backchannel_cred()
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c1981 .lookup_cred = gss_lookup_cred,