Searched refs:CEPH_MAX_MON (Results 1 – 3 of 3) sorted by relevance
351 opt->mon_addr = kcalloc(CEPH_MAX_MON, sizeof(*opt->mon_addr), in ceph_parse_options()369 CEPH_MAX_MON, &opt->num_mon); in ceph_parse_options()
63 if (num_mon >= CEPH_MAX_MON) in ceph_monmap_decode()
34 #define CEPH_MAX_MON 31 macro