Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/sunrpc/
Dauth.h140 int (*crkey_timeout)(struct rpc_cred *); member
/linux-5.19.10/fs/nfs/
Dwrite.c1254 if (cred && !(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1255 cred->cr_ops->crkey_timeout(cred))) in nfs_ctx_key_to_expire()
1267 } else if (new->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1268 new->cr_ops->crkey_timeout(new)) in nfs_ctx_key_to_expire()
/linux-5.19.10/net/sunrpc/auth_gss/
Dauth_gss.c2171 .crkey_timeout = gss_key_timeout,