Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/hastd/
H A Dprimary.c111 int hio_replication; member
232 #define ISFULLSYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_FULLSYNC)
233 #define ISMEMSYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_MEMSYNC)
234 #define ISASYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_ASYNC)
1242 hio->hio_replication = res->hr_replication; in ggate_recv_thread()
2108 hio->hio_replication = res->hr_replication; in sync_thread()