Home
last modified time | relevance | path

Searched refs:CEPH_ENTITY_TYPE_MON (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ceph/
H A Dceph_strings.c13 case CEPH_ENTITY_TYPE_MON: return "mon"; in ceph_entity_type_name()
H A Dmon_client.c134 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()
H A Dmessenger_v1.c383 case CEPH_ENTITY_TYPE_MON: in prepare_write_connect()
/openbmc/linux/include/linux/ceph/
H A Dmsgr.h71 #define CEPH_ENTITY_TYPE_MON 0x01 macro