Lines Matching refs:ac
1055 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd() local
1058 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()
2936 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer() local
2940 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()
2944 int ret = ceph_auth_create_authorizer(ac, CEPH_ENTITY_TYPE_OSD, in get_authorizer()
2949 int ret = ceph_auth_update_authorizer(ac, CEPH_ENTITY_TYPE_OSD, in get_authorizer()
2954 *proto = ac->protocol; in get_authorizer()
2964 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply() local
2966 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
2973 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer() local
2975 ceph_auth_invalidate_authorizer(ac, CEPH_ENTITY_TYPE_OSD); in invalidate_authorizer()