Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dceph_common.c136 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
186 &opt1->mon_addr[i])) in ceph_compare_options()
323 opt->mon_addr = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr), in ceph_alloc_options()
325 if (!opt->mon_addr) { in ceph_alloc_options()
352 kfree(opt->mon_addr); in ceph_destroy_options()
411 ret = ceph_parse_ips(buf, buf + len, opt->mon_addr, CEPH_MAX_MON, in ceph_parse_mon_ips()
Dmon_client.c1056 struct ceph_entity_addr *mon_addr = opt->mon_addr; in build_initial_monmap() local
1066 monc->monmap->mon_inst[i].addr = mon_addr[i]; in build_initial_monmap()
/kernel/linux/linux-5.10/include/linux/ceph/
Dlibceph.h63 struct ceph_entity_addr *mon_addr; /* should be the first member