Home
last modified time | relevance | path

Searched refs:hr_primary_remotecnt (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sbin/hastd/
HDsecondary.c236 res->hr_primary_remotecnt = nv_get_uint64(nvin, "remotecnt"); in init_remote()
324 (res->hr_secondary_localcnt > res->hr_primary_remotecnt && in init_remote()
327 (res->hr_secondary_localcnt == res->hr_primary_remotecnt && in init_remote()
330 (res->hr_secondary_localcnt == res->hr_primary_remotecnt && in init_remote()
342 if (res->hr_secondary_localcnt > res->hr_primary_remotecnt && in init_remote()
353 } else if (res->hr_secondary_localcnt > res->hr_primary_remotecnt && in init_remote()
377 PJDLOG_ASSERT(res->hr_secondary_localcnt < res->hr_primary_remotecnt || in init_remote()
383 if (res->hr_secondary_localcnt > res->hr_primary_remotecnt) { in init_remote()
392 (uintmax_t)res->hr_primary_remotecnt, in init_remote()
HDmetadata.c140 res->hr_primary_remotecnt = nv_get_uint64(nv, "remotecnt"); in metadata_read()
197 nv_add_uint64(nv, res->hr_primary_remotecnt, "remotecnt"); in metadata_write()
HDhast.h208 uint64_t hr_primary_remotecnt; member
HDprimary.c564 res->hr_primary_remotecnt = 0; in init_local()
749 nv_add_uint64(nvout, res->hr_primary_remotecnt, "remotecnt"); in init_remote()
2050 res->hr_primary_remotecnt = in sync_thread()
2055 (uintmax_t)res->hr_primary_remotecnt); in sync_thread()
/NextBSD/sbin/hastctl/
HDhastctl.c217 printf(" remotecnt: %ju\n", (uintmax_t)res->hr_primary_remotecnt); in dump_one()