Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dauth.h141 int (*crkey_timeout)(struct rpc_cred *); member
/linux/fs/nfs/
H A Dwrite.c1183 if (cred && !(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1184 cred->cr_ops->crkey_timeout(cred))) in nfs_ctx_key_to_expire()
1196 } else if (new->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1197 new->cr_ops->crkey_timeout(new)) in nfs_ctx_key_to_expire()
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c2207 .crkey_timeout = gss_key_timeout,