Lines Matching defs:no

75     uint8_t role, struct hast_resource *res, const char *name, unsigned int no)
81 nv_add_string(nvout, name, "resource%u", no);
92 nv_add_int16(nvout, EHAST_NOENTRY, "error%u", no);
99 nv_add_string(nvout, role2str(res->hr_role), "role%u", no);
151 unsigned int no)
194 nv_add_string(nvout, str, "status%u", no);
195 nv_add_uint64(nvout, nv_get_uint64(cnvin, "dirty"), "dirty%u", no);
197 "extentsize%u", no);
199 "keepdirty%u", no);
201 "stat_read%u", no);
203 "stat_write%u", no);
205 "stat_delete%u", no);
207 "stat_flush%u", no);
209 "stat_activemap_update%u", no);
211 "stat_read_error%u", no);
213 "stat_write_error%u", no);
215 "stat_delete_error%u", no);
217 "stat_flush_error%u", no);
219 "idle_queue_size%u", no);
221 "local_queue_size%u", no);
223 "send_queue_size%u", no);
225 "recv_queue_size%u", no);
227 "done_queue_size%u", no);
239 struct hast_resource *res, const char *name, unsigned int no)
247 nv_add_string(nvout, name, "resource%u", no);
255 nv_add_int16(nvout, EHAST_NOENTRY, "error%u", no);
260 nv_add_string(nvout, res->hr_provname, "provname%u", no);
261 nv_add_string(nvout, res->hr_localpath, "localpath%u", no);
262 nv_add_string(nvout, res->hr_remoteaddr, "remoteaddr%u", no);
264 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr%u", no);
267 nv_add_string(nvout, "fullsync", "replication%u", no);
270 nv_add_string(nvout, "memsync", "replication%u", no);
273 nv_add_string(nvout, "async", "replication%u", no);
276 nv_add_string(nvout, "unknown", "replication%u", no);
280 "checksum%u", no);
282 "compression%u", no);
283 nv_add_string(nvout, role2str(res->hr_role), "role%u", no);
284 nv_add_int32(nvout, res->hr_workerpid, "workerpid%u", no);
302 control_status_worker(res, nvout, no);