Home
last modified time | relevance | path

Searched refs:num_mon (Results 1 – 3 of 3) sorted by relevance

/net/ceph/
A Dmon_client.c76 int num_mon; in ceph_monmap_decode() local
116 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()
1139 int num_mon = opt->num_mon; in build_initial_monmap() local
1147 monc->monmap->num_mon = num_mon; in build_initial_monmap()
[all …]
A Dceph_common.c184 for (i = 0; i < opt1->num_mon; i++) { in ceph_compare_options()
408 &opt->num_mon, delim); in ceph_parse_mon_ips()
A Ddebugfs.c43 for (i = 0; i < client->monc.monmap->num_mon; i++) { in monmap_show()

Completed in 12 milliseconds