Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dauth.h141 int (*crkey_timeout)(struct rpc_cred *); member
/Linux-v5.4/fs/nfs/
Dwrite.c1273 return !!(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1274 cred->cr_ops->crkey_timeout(cred)); in nfs_ctx_key_to_expire()
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c2136 .crkey_timeout = gss_key_timeout,