Home
last modified time | relevance | path

Searched refs:authorizer (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Dauth.h23 struct ceph_authorizer *authorizer; member
/linux-4.19.296/fs/ceph/
Dmds_client.c417 if (s->s_auth.authorizer) in ceph_put_mds_session()
418 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()
4229 if (force_new && auth->authorizer) { in get_authorizer()
4230 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()
4231 auth->authorizer = NULL; in get_authorizer()
4233 if (!auth->authorizer) { in get_authorizer()
4256 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in add_authorizer_challenge()
4266 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer); in verify_authorizer_reply()