Home
last modified time | relevance | path

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

/linux-2.6.39/net/ceph/
Dceph_common.c111 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
150 &opt1->mon_addr[i])) in ceph_compare_options()
294 opt->mon_addr = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr), in ceph_parse_options()
296 if (!opt->mon_addr) in ceph_parse_options()
311 err = ceph_parse_ips(dev_name, dev_name_end, opt->mon_addr, in ceph_parse_options()
Dmon_client.c722 struct ceph_entity_addr *mon_addr = opt->mon_addr; in build_initial_monmap() local
733 monc->monmap->mon_inst[i].addr = mon_addr[i]; in build_initial_monmap()
/linux-2.6.39/include/linux/ceph/
Dlibceph.h60 struct ceph_entity_addr *mon_addr; /* should be the first member
/linux-2.6.39/drivers/block/
Drbd.c364 static int rbd_get_client(struct rbd_device *rbd_dev, const char *mon_addr, in rbd_get_client() argument
378 ret = ceph_parse_options(&opt, options, mon_addr, in rbd_get_client()
379 mon_addr + strlen(mon_addr), parse_rbd_opts_token, rbd_opts); in rbd_get_client()