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

/freebsd-9.3-release/sbin/hastd/
H A Dhast.h149 int hr_replication; member in struct:hast_resource
H A Dhastd.c387 if (res0->hr_replication != res1->hr_replication)
423 if (res0->hr_replication != res1->hr_replication)
450 nv_add_int32(nvout, (int32_t)res->hr_replication, "replication");
683 cres->hr_replication = nres->hr_replication;
H A Dparse.y323 if (curres->hr_replication == -1) {
328 curres->hr_replication = depth0_replication;
547 curres->hr_replication = $2;
845 curres->hr_replication = -1;
H A Dprimary.c862 res->hr_replication = HAST_REPLICATION_FULLSYNC;
863 } else if (res->hr_replication != res->hr_original_replication) {
867 res->hr_replication = res->hr_original_replication;
1241 hio->hio_replication = res->hr_replication;
2107 hio->hio_replication = res->hr_replication;
2261 if (gres->hr_replication != vint) {
2262 gres->hr_replication = vint;
H A Dcontrol.c265 switch (res->hr_replication) {

Completed in 54 milliseconds