Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_proc.c53 union drbd_dev_state state, unsigned long *rs_total, in drbd_get_syncer_progress()
103 union drbd_dev_state state) in drbd_syncer_progress()
233 union drbd_dev_state state; in drbd_seq_show()
Ddrbd_req.h343 extern bool drbd_should_do_remote(union drbd_dev_state);
Ddrbd_state.h84 union drbd_dev_state { union
Ddrbd_req.c1101 bool drbd_should_do_remote(union drbd_dev_state s) in drbd_should_do_remote()
1112 static bool drbd_should_send_out_of_sync(union drbd_dev_state s) in drbd_should_send_out_of_sync()
1278 const union drbd_dev_state s = device->state; in may_do_writes()
Ddrbd_state.c209 union drbd_dev_state state = device->state; in remember_new_state()
1355 if (drbd_should_do_remote((union drbd_dev_state)os.i) != in _drbd_set_state()
1356 drbd_should_do_remote((union drbd_dev_state)ns.i)) in _drbd_set_state()
2124 union drbd_dev_state os, cs = { in conn_old_common_state()
Ddrbd_int.h865 union drbd_dev_state state;
2196 union drbd_dev_state s = device->state; in drbd_state_is_stable()
Ddrbd_main.c1969 device->state = (union drbd_dev_state) { in drbd_set_defaults()
Ddrbd_nl.c3109 union drbd_dev_state s; in drbd_adm_resume_sync()