Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_req.h322 extern bool drbd_should_do_remote(union drbd_dev_state);
H A Ddrbd_state.h84 union drbd_dev_state { union
H A Ddrbd_req.c1084 bool drbd_should_do_remote(union drbd_dev_state s) in drbd_should_do_remote()
1095 static bool drbd_should_send_out_of_sync(union drbd_dev_state s) in drbd_should_send_out_of_sync()
1263 const union drbd_dev_state s = device->state; in may_do_writes()
H A Ddrbd_state.c197 union drbd_dev_state state = device->state; in remember_new_state()
1343 if (drbd_should_do_remote((union drbd_dev_state)os.i) != in _drbd_set_state()
1344 drbd_should_do_remote((union drbd_dev_state)ns.i)) in _drbd_set_state()
2118 union drbd_dev_state os, cs = { in conn_old_common_state()