Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/block/drbd/
Ddrbd_proc.c41 union drbd_dev_state state, unsigned long *rs_total, in drbd_get_syncer_progress()
91 union drbd_dev_state state) in drbd_syncer_progress()
221 union drbd_dev_state state; in drbd_seq_show()
Ddrbd_req.h321 extern bool drbd_should_do_remote(union drbd_dev_state);
Ddrbd_state.h84 union drbd_dev_state { union
Ddrbd_req.c1086 bool drbd_should_do_remote(union drbd_dev_state s) in drbd_should_do_remote()
1097 static bool drbd_should_send_out_of_sync(union drbd_dev_state s) in drbd_should_send_out_of_sync()
1261 const union drbd_dev_state s = device->state; in may_do_writes()
Ddrbd_state.c197 union drbd_dev_state state = device->state; in remember_new_state()
1341 if (drbd_should_do_remote((union drbd_dev_state)os.i) != in _drbd_set_state()
1342 drbd_should_do_remote((union drbd_dev_state)ns.i)) in _drbd_set_state()
2109 union drbd_dev_state os, cs = { in conn_old_common_state()
Ddrbd_int.h853 union drbd_dev_state state;
2145 union drbd_dev_state s = device->state; in drbd_state_is_stable()
Ddrbd_main.c1929 device->state = (union drbd_dev_state) { in drbd_set_defaults()
Ddrbd_nl.c3078 union drbd_dev_state s; in drbd_adm_resume_sync()