Lines Matching refs:ac
1039 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd() local
1042 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()
2940 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer() local
2944 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()
2948 int ret = ceph_auth_create_authorizer(ac, CEPH_ENTITY_TYPE_OSD, in get_authorizer()
2953 int ret = ceph_auth_update_authorizer(ac, CEPH_ENTITY_TYPE_OSD, in get_authorizer()
2958 *proto = ac->protocol; in get_authorizer()
2968 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply() local
2970 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
2977 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer() local
2979 ceph_auth_invalidate_authorizer(ac, CEPH_ENTITY_TYPE_OSD); in invalidate_authorizer()