mon_addr           62 include/linux/ceph/libceph.h 	struct ceph_entity_addr *mon_addr; /* should be the first
mon_addr          136 net/ceph/ceph_common.c 	int ofs = offsetof(struct ceph_options, mon_addr);
mon_addr          182 net/ceph/ceph_common.c 				 &opt1->mon_addr[i]))
mon_addr          314 net/ceph/ceph_common.c 	kfree(opt->mon_addr);
mon_addr          378 net/ceph/ceph_common.c 	opt->mon_addr = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr),
mon_addr          380 net/ceph/ceph_common.c 	if (!opt->mon_addr)
mon_addr          395 net/ceph/ceph_common.c 	err = ceph_parse_ips(dev_name, dev_name_end, opt->mon_addr,
mon_addr         1019 net/ceph/mon_client.c 	struct ceph_entity_addr *mon_addr = opt->mon_addr;
mon_addr         1029 net/ceph/mon_client.c 		monc->monmap->mon_inst[i].addr = mon_addr[i];