Searched refs:num_mon (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 47 u32 epoch, num_mon; in ceph_monmap_decode() local 60 num_mon = ceph_decode_32(&p); in ceph_monmap_decode() 62 if (num_mon > CEPH_MAX_MON) in ceph_monmap_decode() 64 m = kmalloc(struct_size(m, mon_inst, num_mon), GFP_NOFS); in ceph_monmap_decode() 69 m->num_mon = num_mon; in ceph_monmap_decode() 70 for (i = 0; i < num_mon; ++i) { in ceph_monmap_decode() 80 dout("monmap_decode epoch %d, num_mon %d\n", m->epoch, in ceph_monmap_decode() 81 m->num_mon); in ceph_monmap_decode() 82 for (i = 0; i < m->num_mon; in ceph_monmap_decode() 1067 int num_mon = opt->num_mon; build_initial_monmap() local [all...] |
H A D | ceph_common.c | 184 for (i = 0; i < opt1->num_mon; i++) { in ceph_compare_options() 412 &opt->num_mon); in ceph_parse_mon_ips()
|
H A D | debugfs.c | 43 for (i = 0; i < client->monc.monmap->num_mon; i++) { in monmap_show()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | mon_client.c | 76 int num_mon; in ceph_monmap_decode() local 113 ceph_decode_32_safe(p, end, num_mon, e_inval); in ceph_monmap_decode() 115 dout("%s fsid %pU epoch %u num_mon %d\n", __func__, &fsid, epoch, in ceph_monmap_decode() 116 num_mon); in ceph_monmap_decode() 117 if (num_mon > CEPH_MAX_MON) in ceph_monmap_decode() 120 monmap = kmalloc(struct_size(monmap, mon_inst, num_mon), GFP_NOIO); 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; in ceph_monmap_contains() 1131 int num_mon = opt->num_mon; build_initial_monmap() local [all...] |
H A D | ceph_common.c | 184 for (i = 0; i < opt1->num_mon; i++) { in ceph_compare_options() 408 &opt->num_mon, delim); in ceph_parse_mon_ips()
|
H A D | debugfs.c | 43 for (i = 0; i < client->monc.monmap->num_mon; i++) { in monmap_show()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | mon_client.h | 21 u32 num_mon; member
|
H A D | libceph.h | 65 int num_mon; member
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | mon_client.h | 21 u32 num_mon; member
|
H A D | libceph.h | 66 int num_mon; member
|
Completed in 12 milliseconds