Searched refs:num_mon (Results 1 – 5 of 5) sorted by relevance
76 int num_mon; in ceph_monmap_decode() local116 num_mon); in ceph_monmap_decode()117 if (num_mon > CEPH_MAX_MON) in ceph_monmap_decode()127 monmap->num_mon = num_mon; in ceph_monmap_decode()130 for (i = 0; i < num_mon; i++) { in ceph_monmap_decode()164 for (i = 0; i < m->num_mon; i++) { in ceph_monmap_contains()211 if (monc->monmap->num_mon == 1) { in pick_new_mon()214 int max = monc->monmap->num_mon; in pick_new_mon()1131 int num_mon = opt->num_mon; in build_initial_monmap() local1140 for (i = 0; i < num_mon; i++) { in build_initial_monmap()[all …]
184 for (i = 0; i < opt1->num_mon; i++) { in ceph_compare_options()408 &opt->num_mon, delim); in ceph_parse_mon_ips()
43 for (i = 0; i < client->monc.monmap->num_mon; i++) { in monmap_show()
21 u32 num_mon; member
66 int num_mon; member
Completed in 10 milliseconds