Home
last modified time | relevance | path

Searched refs:mon_inst (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dmon_client.h22 struct ceph_entity_inst mon_inst[]; member
/openbmc/linux/net/ceph/
H A Dmon_client.c120 monmap = kmalloc(struct_size(monmap, mon_inst, num_mon), GFP_NOIO); in ceph_monmap_decode()
131 struct ceph_entity_inst *inst = &monmap->mon_inst[i]; in ceph_monmap_decode()
165 if (ceph_addr_equal_no_type(addr, &m->mon_inst[i].addr)) in ceph_monmap_contains()
257 &monc->monmap->mon_inst[monc->cur_mon].addr); in __open_session()
1143 monc->monmap = kzalloc(struct_size(monc->monmap, mon_inst, num_mon), in build_initial_monmap()
1149 struct ceph_entity_inst *inst = &monc->monmap->mon_inst[i]; in build_initial_monmap()
H A Ddebugfs.c45 &client->monc.monmap->mon_inst[i]; in monmap_show()