Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_state.h63 CS_WAIT_COMPLETE = 1 << 2, enumerator
65 CS_ORDERED = CS_WAIT_COMPLETE + CS_SERIALIZE,
H A Ddrbd_state.c624 if (f & CS_WAIT_COMPLETE && rv == SS_SUCCESS) { in drbd_req_state()
1497 if (ascw->flags & CS_WAIT_COMPLETE) in w_after_state_ch()