Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_state.c2319 set_bit(CONN_WD_ST_CHG_REQ, &connection->flags); in _conn_request_state()
2322 clear_bit(CONN_WD_ST_CHG_REQ, &connection->flags); in _conn_request_state()
2338 clear_bit(CONN_WD_ST_CHG_REQ, &connection->flags); in _conn_request_state()
Ddrbd_int.h566 CONN_WD_ST_CHG_REQ, /* A cluster wide state change on the connection is active */ enumerator
Ddrbd_receiver.c5601 if (test_bit(CONN_WD_ST_CHG_REQ, &connection->flags)) { in got_RqSReply()