Lines Matching defs:no

73     uint8_t role, struct hast_resource *res, const char *name, unsigned int no)
79 nv_add_string(nvout, name, "resource%u", no);
90 nv_add_int16(nvout, EHAST_NOENTRY, "error%u", no);
97 nv_add_string(nvout, role2str(res->hr_role), "role%u", no);
149 unsigned int no)
192 nv_add_string(nvout, str, "status%u", no);
193 nv_add_uint64(nvout, nv_get_uint64(cnvin, "dirty"), "dirty%u", no);
195 "extentsize%u", no);
197 "keepdirty%u", no);
199 "stat_read%u", no);
201 "stat_write%u", no);
203 "stat_delete%u", no);
205 "stat_flush%u", no);
207 "stat_activemap_update%u", no);
209 "stat_read_error%u", no);
211 "stat_write_error%u", no);
213 "stat_delete_error%u", no);
215 "stat_flush_error%u", no);
217 "idle_queue_size%u", no);
219 "local_queue_size%u", no);
221 "send_queue_size%u", no);
223 "recv_queue_size%u", no);
225 "done_queue_size%u", no);
237 struct hast_resource *res, const char *name, unsigned int no)
245 nv_add_string(nvout, name, "resource%u", no);
253 nv_add_int16(nvout, EHAST_NOENTRY, "error%u", no);
258 nv_add_string(nvout, res->hr_provname, "provname%u", no);
259 nv_add_string(nvout, res->hr_localpath, "localpath%u", no);
260 nv_add_string(nvout, res->hr_remoteaddr, "remoteaddr%u", no);
262 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr%u", no);
265 nv_add_string(nvout, "fullsync", "replication%u", no);
268 nv_add_string(nvout, "memsync", "replication%u", no);
271 nv_add_string(nvout, "async", "replication%u", no);
274 nv_add_string(nvout, "unknown", "replication%u", no);
278 "checksum%u", no);
280 "compression%u", no);
281 nv_add_string(nvout, role2str(res->hr_role), "role%u", no);
282 nv_add_int32(nvout, res->hr_workerpid, "workerpid%u", no);
300 control_status_worker(res, nvout, no);