Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.h32 int log_get_state(struct dm_ulog_request *rq);
H A Dcluster.c1094 if (log_get_state(&rq->u_rq) != LOG_RESUMED) { in cpg_message_callback()
1110 (log_get_state(&rq->u_rq) != LOG_RESUMED)? "LOG_RESUMED": "LOG_SUSPENDED"); in cpg_message_callback()
H A Dfunctions.c1793 int log_get_state(struct dm_ulog_request *rq) in log_get_state() function