Searched refs:num_mon (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/ceph/ |
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() 61 ceph_decode_need(&p, end, num_mon*sizeof(m->mon_inst[0]), bad); in ceph_monmap_decode() 63 if (num_mon > CEPH_MAX_MON) in ceph_monmap_decode() 65 m = kmalloc(struct_size(m, mon_inst, num_mon), GFP_NOFS); in ceph_monmap_decode() 70 m->num_mon = num_mon; in ceph_monmap_decode() 71 ceph_decode_copy(&p, m->mon_inst, num_mon*sizeof(m->mon_inst[0])); in ceph_monmap_decode() 72 for (i = 0; i < num_mon; i++) in ceph_monmap_decode() 76 m->num_mon); in ceph_monmap_decode() 77 for (i = 0; i < m->num_mon; i++) in ceph_monmap_decode() [all …]
|
D | ceph_common.c | 178 for (i = 0; i < opt1->num_mon; i++) { in ceph_compare_options() 376 CEPH_MAX_MON, &opt->num_mon); in ceph_parse_options()
|
D | debugfs.c | 43 for (i = 0; i < client->monc.monmap->num_mon; i++) { in monmap_show()
|
/Linux-v4.19/include/linux/ceph/ |
D | mon_client.h | 21 u32 num_mon; member
|
D | libceph.h | 63 int num_mon; member
|