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