Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dceph_common.c129 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
175 &opt1->mon_addr[i])) in ceph_compare_options()
287 kfree(opt->mon_addr); in ceph_destroy_options()
351 opt->mon_addr = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr), in ceph_parse_options()
353 if (!opt->mon_addr) in ceph_parse_options()
368 err = ceph_parse_ips(dev_name, dev_name_end, opt->mon_addr, in ceph_parse_options()
Dmon_client.c785 struct ceph_entity_addr *mon_addr = opt->mon_addr; in build_initial_monmap() local
796 monc->monmap->mon_inst[i].addr = mon_addr[i]; in build_initial_monmap()
/linux-4.4.14/include/linux/ceph/
Dlibceph.h58 struct ceph_entity_addr *mon_addr; /* should be the first member