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

/linux-master/include/linux/sunrpc/
H A Dauth.h141 int (*crkey_timeout)(struct rpc_cred *); member in struct:rpc_credops
/linux-master/fs/nfs/
H A Dwrite.c1246 if (cred && !(cred->cr_ops->crkey_timeout &&
1247 cred->cr_ops->crkey_timeout(cred)))
1259 } else if (new->cr_ops->crkey_timeout &&
1260 new->cr_ops->crkey_timeout(new))
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c2200 .crkey_timeout = gss_key_timeout,

Completed in 221 milliseconds