Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/ceph/
Dmon_client.h22 struct ceph_entity_inst mon_inst[]; member
/Linux-v6.1/net/ceph/
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()
1135 monc->monmap = kzalloc(struct_size(monc->monmap, mon_inst, num_mon), in build_initial_monmap()
1141 struct ceph_entity_inst *inst = &monc->monmap->mon_inst[i]; in build_initial_monmap()
Ddebugfs.c45 &client->monc.monmap->mon_inst[i]; in monmap_show()