Searched refs:CEPH_ENTITY_TYPE_MON (Results 1 – 4 of 4) sorted by relevance
13 case CEPH_ENTITY_TYPE_MON: return "mon"; in ceph_entity_type_name()
134 inst->name.type = CEPH_ENTITY_TYPE_MON; in ceph_monmap_decode()256 ceph_con_open(&monc->con, CEPH_ENTITY_TYPE_MON, monc->cur_mon, in __open_session()1155 inst->name.type = CEPH_ENTITY_TYPE_MON; in build_initial_monmap()1184 CEPH_ENTITY_TYPE_AUTH | CEPH_ENTITY_TYPE_MON | in ceph_monc_init()
383 case CEPH_ENTITY_TYPE_MON: in prepare_write_connect()
71 #define CEPH_ENTITY_TYPE_MON 0x01 macro