Home
last modified time | relevance | path

Searched refs:CEPH_ENTITY_TYPE_OSD (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/ceph/
Dceph_strings.c12 case CEPH_ENTITY_TYPE_OSD: return "osd"; in ceph_entity_type_name()
Dosd_client.c1433 ceph_con_open(&osd->o_con, CEPH_ENTITY_TYPE_OSD, osd->o_osd, peer_addr); in reopen_osd()
1459 ceph_con_open(&osd->o_con, CEPH_ENTITY_TYPE_OSD, osd->o_osd, in lookup_create_osd()
5608 ret = __ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_OSD, in osd_get_authorizer()
5645 ceph_auth_invalidate_authorizer(ac, CEPH_ENTITY_TYPE_OSD); in osd_invalidate_authorizer()
5658 ret = ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_OSD, in osd_get_auth_request()
5711 if (ceph_auth_handle_bad_authorizer(monc->auth, CEPH_ENTITY_TYPE_OSD, in osd_handle_auth_bad_method()
Dmon_client.c1177 CEPH_ENTITY_TYPE_OSD | CEPH_ENTITY_TYPE_MDS; in ceph_monc_init()
Dmessenger_v1.c385 case CEPH_ENTITY_TYPE_OSD: in prepare_write_connect()
/Linux-v6.6/include/linux/ceph/
Dmsgr.h73 #define CEPH_ENTITY_TYPE_OSD 0x04 macro