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

/linux-master/drivers/block/drbd/
H A Ddrbd_proc.c41 union drbd_dev_state state, unsigned long *rs_total,
91 union drbd_dev_state state)
221 union drbd_dev_state state;
H A Ddrbd_state.h81 /* drbd_dev_state and drbd_state are different types. This is to stress the
84 union drbd_dev_state { union
H A Ddrbd_req.h322 extern bool drbd_should_do_remote(union drbd_dev_state);
H A Ddrbd_req.c1083 bool drbd_should_do_remote(union drbd_dev_state s)
1094 static bool drbd_should_send_out_of_sync(union drbd_dev_state s)
1262 const union drbd_dev_state s = device->state;
H A Ddrbd_state.c197 union drbd_dev_state state = device->state;
1343 if (drbd_should_do_remote((union drbd_dev_state)os.i) !=
1344 drbd_should_do_remote((union drbd_dev_state)ns.i))
2118 union drbd_dev_state os, cs = {
H A Ddrbd_int.h789 union drbd_dev_state state;
2084 union drbd_dev_state s = device->state;
H A Ddrbd_main.c1941 device->state = (union drbd_dev_state) {
H A Ddrbd_nl.c3092 union drbd_dev_state s;

Completed in 324 milliseconds