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

/freebsd-10.2-release/sbin/hastd/
H A Dhast.h208 uint64_t hr_primary_remotecnt; member in struct:hast_resource
H A Dsecondary.c236 res->hr_primary_remotecnt = nv_get_uint64(nvin, "remotecnt");
324 (res->hr_secondary_localcnt > res->hr_primary_remotecnt &&
327 (res->hr_secondary_localcnt == res->hr_primary_remotecnt &&
330 (res->hr_secondary_localcnt == res->hr_primary_remotecnt &&
342 if (res->hr_secondary_localcnt > res->hr_primary_remotecnt &&
353 } else if (res->hr_secondary_localcnt > res->hr_primary_remotecnt &&
371 } else /* if (res->hr_secondary_localcnt < res->hr_primary_remotecnt ||
377 PJDLOG_ASSERT(res->hr_secondary_localcnt < res->hr_primary_remotecnt ||
383 if (res->hr_secondary_localcnt > res->hr_primary_remotecnt) {
392 (uintmax_t)res->hr_primary_remotecnt,
[all...]
H A Dmetadata.c140 res->hr_primary_remotecnt = nv_get_uint64(nv, "remotecnt");
197 nv_add_uint64(nv, res->hr_primary_remotecnt, "remotecnt");
H A Dprimary.c164 * hr_primary_localcnt and hr_primary_remotecnt fields.
565 res->hr_primary_remotecnt = 0;
750 nv_add_uint64(nvout, res->hr_primary_remotecnt, "remotecnt");
2051 res->hr_primary_remotecnt =
2056 (uintmax_t)res->hr_primary_remotecnt);
/freebsd-10.2-release/sbin/hastctl/
H A Dhastctl.c217 printf(" remotecnt: %ju\n", (uintmax_t)res->hr_primary_remotecnt);

Completed in 41 milliseconds