Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dceph_common.c108 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
147 &opt1->mon_addr[i])) in ceph_compare_options()
236 kfree(opt->mon_addr); in ceph_destroy_options()
297 opt->mon_addr = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr), in ceph_parse_options()
299 if (!opt->mon_addr) in ceph_parse_options()
313 err = ceph_parse_ips(dev_name, dev_name_end, opt->mon_addr, in ceph_parse_options()
Dmon_client.c754 struct ceph_entity_addr *mon_addr = opt->mon_addr; in build_initial_monmap() local
765 monc->monmap->mon_inst[i].addr = mon_addr[i]; in build_initial_monmap()
/linux-3.4.99/include/linux/ceph/
Dlibceph.h60 struct ceph_entity_addr *mon_addr; /* should be the first member
/linux-3.4.99/drivers/block/
Drbd.c417 static struct rbd_client *rbd_get_client(const char *mon_addr, in rbd_get_client() argument
431 opt = ceph_parse_options(options, mon_addr, in rbd_get_client()
432 mon_addr + mon_addr_len, in rbd_get_client()