Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
1131 int num_mon = opt->num_mon; in build_initial_monmap() local
1140 for (i = 0; i < num_mon; i++) { 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()
/linux-6.3-rc2/include/linux/ceph/
A Dmon_client.h21 u32 num_mon; member
A Dlibceph.h66 int num_mon; member

Completed in 10 milliseconds