Home
last modified time | relevance | path

Searched refs:get_ldev_if_state (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c667 if (get_ldev_if_state(device, D_FAILED)) { in device_resync_extents_show()
682 if (get_ldev_if_state(device, D_FAILED)) { in device_act_log_extents_show()
724 if (!get_ldev_if_state(device, D_FAILED)) in device_data_gen_id_show()
H A Ddrbd_proc.c311 if (drbd_proc_details >= 1 && get_ldev_if_state(device, D_FAILED)) { in drbd_seq_show()
H A Ddrbd_actlog.c154 else if (!get_ldev_if_state(device, D_ATTACHING)) { in _drbd_md_sync_page_io()
1183 if (get_ldev_if_state(device, D_FAILED)) { /* Makes sure ->resync is there. */ in drbd_rs_cancel_all()
1208 if (get_ldev_if_state(device, D_FAILED)) { in drbd_rs_del_all()
H A Ddrbd_bitmap.c776 if (!get_ldev_if_state(device, D_NEGOTIATING)) in drbd_bm_total_weight()
1095 if (!get_ldev_if_state(device, D_ATTACHING)) { /* put is in drbd_bm_aio_ctx_destroy() */ in bm_rw()
H A Ddrbd_req.c145 if (get_ldev_if_state(device, D_FAILED)) { in drbd_req_destroy()
1006 if (!get_ldev_if_state(device, D_UP_TO_DATE)) in maybe_pull_ahead()
H A Ddrbd_int.h2005 #define get_ldev_if_state(_device, _min_state) \ macro
2008 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT)
H A Ddrbd_main.c829 if (!get_ldev_if_state(device, D_NEGOTIATING)) in _drbd_send_uuids()
868 if (get_ldev_if_state(device, D_NEGOTIATING)) { in drbd_print_uuids()
930 if (get_ldev_if_state(device, D_NEGOTIATING)) { in drbd_send_sizes()
3058 if (!get_ldev_if_state(device, D_FAILED)) in drbd_md_sync()
H A Ddrbd_worker.c1127 if (get_ldev_if_state(device, D_FAILED)) { in w_e_end_rsdata_req()
1803 || !get_ldev_if_state(device, D_NEGOTIATING)) { in drbd_start_resync()
H A Ddrbd_receiver.c2833 if (!get_ldev_if_state(device, D_UP_TO_DATE)) { in receive_DataRequest()
4501 get_ldev_if_state(device, D_NEGOTIATING)) { in receive_state()
4612 if (get_ldev_if_state(device, D_NEGOTIATING)) { in receive_sync_uuid()
5811 if (get_ldev_if_state(device, D_FAILED)) { in got_NegRSDReply()
H A Ddrbd_nl.c452 if (get_ldev_if_state(device, D_CONSISTENT)) { in highest_fencing_policy()
1904 if (!get_ldev_if_state(device, D_ATTACHING)) in drbd_adm_attach()
3137 if (get_ldev_if_state(device, D_ATTACHING)) { in drbd_adm_resume_io()
H A Ddrbd_state.c1092 get_ldev_if_state(device, D_NEGOTIATING)) { in sanitize_state()