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

/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c109 int hio_replication; member in struct:hio
230 #define ISFULLSYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_FULLSYNC)
231 #define ISMEMSYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_MEMSYNC)
232 #define ISASYNC(hio) ((hio)->hio_replication == HAST_REPLICATION_ASYNC)
1241 hio->hio_replication = res->hr_replication;
2107 hio->hio_replication = res->hr_replication;

Completed in 22 milliseconds