Searched refs:CEPH_MAX_MON (Results 1 – 3 of 3) sorted by relevance
317 opt->mon_addr = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr), in ceph_alloc_options()407 ret = ceph_parse_ips(buf, buf + len, opt->mon_addr, CEPH_MAX_MON, in ceph_parse_mon_ips()
117 if (num_mon > CEPH_MAX_MON) in ceph_monmap_decode()
35 #define CEPH_MAX_MON 31 macro