Home
last modified time | relevance | path

Searched refs:rpcauth_lookupcred (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dauth_generic.c37 return rpcauth_lookupcred(&generic_auth, 0); in rpc_lookup_cred()
43 return rpcauth_lookupcred(&generic_auth, RPCAUTH_LOOKUP_RCU); in rpc_lookup_cred_nonblock()
Dauth.c621 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred() function
637 EXPORT_SYMBOL_GPL(rpcauth_lookupcred);
686 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
/linux-4.1.27/include/linux/sunrpc/
Dauth.h172 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
/linux-4.1.27/fs/nfs/
Dnfs4namespace.c185 cred = rpcauth_lookupcred(new->cl_auth, 0); in nfs_find_best_sec()