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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmon_client.c43 u32 epoch, num_mon; local
58 num_mon = ceph_decode_32(&p);
59 ceph_decode_need(&p, end, num_mon*sizeof(m->mon_inst[0]), bad);
61 if (num_mon >= CEPH_MAX_MON)
63 m = kmalloc(sizeof(*m) + sizeof(m->mon_inst[0])*num_mon, GFP_NOFS);
68 m->num_mon = num_mon;
69 ceph_decode_copy(&p, m->mon_inst, num_mon*sizeof(m->mon_inst[0]));
70 for (i = 0; i < num_mon; i++)
73 dout("monmap_decode epoch %d, num_mon
713 int num_mon = args->num_mon; local
[all...]
H A Dmon_client.h20 u32 num_mon; member in struct:ceph_monmap
H A Dsuper.c472 CEPH_MAX_MON, &args->num_mon);
942 for (i = 0; i < new->monc.monmap->num_mon; i++)
946 if (i == new->monc.monmap->num_mon) {
H A Ddebugfs.c43 for (i = 0; i < client->monc.monmap->num_mon; i++) {
H A Dsuper.h63 int num_mon; member in struct:ceph_mount_args

Completed in 36 milliseconds