Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_debugfs.c704 if (get_ldev_if_state(device, D_FAILED)) { in device_resync_extents_show()
719 if (get_ldev_if_state(device, D_FAILED)) { in device_act_log_extents_show()
761 if (!get_ldev_if_state(device, D_FAILED)) in device_data_gen_id_show()
Ddrbd_proc.c335 if (proc_details >= 1 && get_ldev_if_state(device, D_FAILED)) { in drbd_seq_show()
Ddrbd_actlog.c167 else if (!get_ldev_if_state(device, D_ATTACHING)) { in _drbd_md_sync_page_io()
1159 if (get_ldev_if_state(device, D_FAILED)) { /* Makes sure ->resync is there. */ in drbd_rs_cancel_all()
1184 if (get_ldev_if_state(device, D_FAILED)) { in drbd_rs_del_all()
Ddrbd_bitmap.c783 if (!get_ldev_if_state(device, D_NEGOTIATING)) in drbd_bm_total_weight()
1069 if (!get_ldev_if_state(device, D_ATTACHING)) { /* put is in drbd_bm_aio_ctx_destroy() */ in bm_rw()
Ddrbd_req.c170 if (get_ldev_if_state(device, D_FAILED)) { in drbd_req_destroy()
1021 if (!get_ldev_if_state(device, D_UP_TO_DATE)) in maybe_pull_ahead()
Ddrbd_main.c841 if (!get_ldev_if_state(device, D_NEGOTIATING)) in _drbd_send_uuids()
880 if (get_ldev_if_state(device, D_NEGOTIATING)) { in drbd_print_uuids()
931 if (get_ldev_if_state(device, D_NEGOTIATING)) { in drbd_send_sizes()
2385 if (!get_ldev_if_state(device, D_UP_TO_DATE)) in drbd_congested()
3109 if (!get_ldev_if_state(device, D_FAILED)) in drbd_md_sync()
Ddrbd_int.h2084 #define get_ldev_if_state(_device, _min_state) \ macro
2087 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT)
Ddrbd_worker.c1046 if (get_ldev_if_state(device, D_FAILED)) { in w_e_end_rsdata_req()
1696 || !get_ldev_if_state(device, D_NEGOTIATING)) { in drbd_start_resync()
Ddrbd_receiver.c2545 if (!get_ldev_if_state(device, D_UP_TO_DATE)) { in receive_DataRequest()
4119 get_ldev_if_state(device, D_NEGOTIATING)) { in receive_state()
4230 if (get_ldev_if_state(device, D_NEGOTIATING)) { in receive_sync_uuid()
5337 if (get_ldev_if_state(device, D_FAILED)) { in got_NegRSDReply()
Ddrbd_nl.c418 if (get_ldev_if_state(device, D_CONSISTENT)) { in highest_fencing_policy()
1677 if (!get_ldev_if_state(device, D_ATTACHING)) in drbd_adm_attach()
Ddrbd_state.c808 get_ldev_if_state(device, D_NEGOTIATING)) { in sanitize_state()