Home
last modified time | relevance | path

Searched refs:drbd_state (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/block/drbd/
Ddrbd_int.h1002 union drbd_state new_state_tmp;
1004 union drbd_state state;
1196 union drbd_state mask,
1197 union drbd_state val);
1198 extern void drbd_force_state(struct drbd_conf *, union drbd_state,
1199 union drbd_state);
1201 union drbd_state,
1202 union drbd_state,
1204 extern enum drbd_state_rv __drbd_set_state(struct drbd_conf *, union drbd_state,
1207 extern void print_st_err(struct drbd_conf *, union drbd_state,
[all …]
Ddrbd_main.c61 union drbd_state os;
62 union drbd_state ns;
76 static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
77 union drbd_state ns, enum chg_state_flags flags);
467 union drbd_state os, union drbd_state ns) in cl_wide_st_chg()
480 union drbd_state mask, union drbd_state val) in drbd_change_state()
483 union drbd_state os, ns; in drbd_change_state()
503 union drbd_state mask, union drbd_state val) in drbd_force_state()
508 static enum drbd_state_rv is_valid_state(struct drbd_conf *, union drbd_state);
510 union drbd_state,
[all …]
Ddrbd_req.h366 static inline bool drbd_should_do_remote(union drbd_state s) in drbd_should_do_remote()
376 static inline bool drbd_should_send_oos(union drbd_state s) in drbd_should_send_oos()
Ddrbd_nl.c275 union drbd_state ns; in _try_outdate_peer_async()
317 union drbd_state mask, val; in drbd_set_role()
934 union drbd_state ns, os; in drbd_nl_disk_conf()
2022 union drbd_state s; in drbd_nl_resume_sync()
2100 union drbd_state s = mdev->state; in drbd_nl_get_state()
2413 void drbd_bcast_state(struct drbd_conf *mdev, union drbd_state state) in drbd_bcast_state()
Ddrbd_receiver.c3097 static union drbd_state convert_state(union drbd_state ps) in convert_state()
3099 union drbd_state ms; in convert_state()
3126 union drbd_state mask, val; in receive_req_state()
3152 union drbd_state os, ns, peer_state; in receive_state()
3771 union drbd_state os, ns; in drbd_disconnect()
Ddrbd_worker.c765 union drbd_state os, ns; in drbd_resync_finished()
1477 union drbd_state ns; in drbd_start_resync()
/linux-3.4.99/include/linux/
Ddrbd.h232 union drbd_state { union