Lines Matching refs:ac
5549 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_get_authorizer() local
5553 ret = __ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_OSD, in osd_get_authorizer()
5566 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_add_authorizer_challenge() local
5568 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, in osd_add_authorizer_challenge()
5576 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_verify_authorizer_reply() local
5579 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in osd_verify_authorizer_reply()
5588 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_invalidate_authorizer() local
5590 ceph_auth_invalidate_authorizer(ac, CEPH_ENTITY_TYPE_OSD); in osd_invalidate_authorizer()
5599 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_get_auth_request() local
5603 ret = ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_OSD, in osd_get_auth_request()
5619 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_handle_auth_reply_more() local
5623 ret = ceph_auth_handle_svc_reply_more(ac, auth, reply, reply_len, in osd_handle_auth_reply_more()
5639 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_handle_auth_done() local
5642 return ceph_auth_handle_svc_reply_done(ac, auth, reply, reply_len, in osd_handle_auth_done()