Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sunrpc/
A Dauth.h140 int (*crkey_timeout)(struct rpc_cred *); member
/linux-6.3-rc2/fs/nfs/
A Dwrite.c1256 if (cred && !(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1257 cred->cr_ops->crkey_timeout(cred))) in nfs_ctx_key_to_expire()
1269 } else if (new->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1270 new->cr_ops->crkey_timeout(new)) in nfs_ctx_key_to_expire()
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dauth_gss.c2200 .crkey_timeout = gss_key_timeout,

Completed in 12 milliseconds