Home
last modified time | relevance | path

Searched refs:rpcauth_cred_key_to_expire (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dauth.h203 bool rpcauth_cred_key_to_expire(struct rpc_auth *, struct rpc_cred *);
/Linux-v4.19/net/sunrpc/
Dauth.c361 rpcauth_cred_key_to_expire(struct rpc_auth *auth, struct rpc_cred *cred) in rpcauth_cred_key_to_expire() function
369 EXPORT_SYMBOL_GPL(rpcauth_cred_key_to_expire);
/Linux-v4.19/fs/nfs/
Dwrite.c1248 return rpcauth_cred_key_to_expire(auth, ctx->cred); in nfs_ctx_key_to_expire()