Searched refs:authorizer (Results 1 – 5 of 5) sorted by relevance
18 struct ceph_authorizer *authorizer; member
88 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
671 if (atomic_dec_and_test(&osd->o_ref) && osd->o_auth.authorizer) { in put_osd()674 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()2146 if (force_new && auth->authorizer) { in get_authorizer()2147 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()2148 auth->authorizer = NULL; in get_authorizer()2150 if (!auth->authorizer) { in get_authorizer()2173 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
550 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()570 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer()
337 if (s->s_auth.authorizer) in ceph_put_mds_session()340 s->s_auth.authorizer); in ceph_put_mds_session()3425 if (force_new && auth->authorizer) { in get_authorizer()3426 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()3427 auth->authorizer = NULL; in get_authorizer()3429 if (!auth->authorizer) { in get_authorizer()3452 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer, len); in verify_authorizer_reply()