Lines Matching defs:no

77     uint8_t role, struct hast_resource *res, const char *name, unsigned int no)
83 nv_add_string(nvout, name, "resource%u", no);
94 nv_add_int16(nvout, EHAST_NOENTRY, "error%u", no);
101 nv_add_string(nvout, role2str(res->hr_role), "role%u", no);
153 unsigned int no)
196 nv_add_string(nvout, str, "status%u", no);
197 nv_add_uint64(nvout, nv_get_uint64(cnvin, "dirty"), "dirty%u", no);
199 "extentsize%u", no);
201 "keepdirty%u", no);
203 "stat_read%u", no);
205 "stat_write%u", no);
207 "stat_delete%u", no);
209 "stat_flush%u", no);
211 "stat_activemap_update%u", no);
213 "stat_read_error%u", no);
215 "stat_write_error%u", no);
217 "stat_delete_error%u", no);
219 "stat_flush_error%u", no);
221 "idle_queue_size%u", no);
223 "local_queue_size%u", no);
225 "send_queue_size%u", no);
227 "recv_queue_size%u", no);
229 "done_queue_size%u", no);
241 struct hast_resource *res, const char *name, unsigned int no)
249 nv_add_string(nvout, name, "resource%u", no);
257 nv_add_int16(nvout, EHAST_NOENTRY, "error%u", no);
262 nv_add_string(nvout, res->hr_provname, "provname%u", no);
263 nv_add_string(nvout, res->hr_localpath, "localpath%u", no);
264 nv_add_string(nvout, res->hr_remoteaddr, "remoteaddr%u", no);
266 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr%u", no);
269 nv_add_string(nvout, "fullsync", "replication%u", no);
272 nv_add_string(nvout, "memsync", "replication%u", no);
275 nv_add_string(nvout, "async", "replication%u", no);
278 nv_add_string(nvout, "unknown", "replication%u", no);
282 "checksum%u", no);
284 "compression%u", no);
285 nv_add_string(nvout, role2str(res->hr_role), "role%u", no);
286 nv_add_int32(nvout, res->hr_workerpid, "workerpid%u", no);
304 control_status_worker(res, nvout, no);