Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dauth.h191 bool rpcauth_cred_key_to_expire(struct rpc_cred *);
/linux-4.4.14/net/sunrpc/
Dauth.c362 rpcauth_cred_key_to_expire(struct rpc_cred *cred) in rpcauth_cred_key_to_expire() function
368 EXPORT_SYMBOL_GPL(rpcauth_cred_key_to_expire);
/linux-4.4.14/fs/nfs/
Dwrite.c1172 return rpcauth_cred_key_to_expire(ctx->cred); in nfs_ctx_key_to_expire()