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