Searched refs:crkey_timeout (Results 1 – 3 of 3) sorted by relevance
141 int (*crkey_timeout)(struct rpc_cred *); member
1261 if (cred && !(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()1262 cred->cr_ops->crkey_timeout(cred))) in nfs_ctx_key_to_expire()1274 } else if (new->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()1275 new->cr_ops->crkey_timeout(new)) in nfs_ctx_key_to_expire()
2202 .crkey_timeout = gss_key_timeout,