Home
last modified time | relevance | path

Searched refs:cr_ops (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/
A Dauth.c314 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()
316 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()
527 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
546 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
563 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()
565 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()
600 cred->cr_ops = ops; in rpcauth_init_cred()
710 cred->cr_ops->crdestroy(cred); in put_rpccred()
822 if (!cred || !cred->cr_ops->crneed_reencode) in rpcauth_xmit_need_reencode()
824 return cred->cr_ops->crneed_reencode(task); in rpcauth_xmit_need_reencode()
[all …]
A Dauth_null.c140 .cr_ops = &null_credops,
A Dauth_tls.c172 .cr_ops = &tls_credops,
/linux/include/linux/sunrpc/
A Dauth.h53 const struct rpc_credops *cr_ops; member
/linux/fs/nfs/
A Dwrite.c1226 if (cred && !(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1227 cred->cr_ops->crkey_timeout(cred))) in nfs_ctx_key_to_expire()
1239 } else if (new->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1240 new->cr_ops->crkey_timeout(new)) in nfs_ctx_key_to_expire()

Completed in 15 milliseconds