Lines Matching defs:inst
131 struct ceph_entity_inst *inst = &monmap->mon_inst[i];
134 inst->name.type = CEPH_ENTITY_TYPE_MON;
135 inst->name.num = cpu_to_le64(i);
138 ret = decode_mon_info(p, end, msgr2, &inst->addr);
140 ret = ceph_decode_entity_addr(p, end, &inst->addr);
145 ceph_pr_addr(&inst->addr));
1141 struct ceph_entity_inst *inst = &monc->monmap->mon_inst[i];
1143 memcpy(&inst->addr.in_addr, &opt->mon_addr[i].in_addr,
1144 sizeof(inst->addr.in_addr));
1145 inst->addr.type = my_type;
1146 inst->addr.nonce = 0;
1147 inst->name.type = CEPH_ENTITY_TYPE_MON;
1148 inst->name.num = cpu_to_le64(i);
1291 monc->client->msgr.inst.name.type = CEPH_ENTITY_TYPE_CLIENT;
1292 monc->client->msgr.inst.name.num =