Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_proc.c79 *bits_left = drbd_bm_total_weight(device) - device->rs_failed; in drbd_get_syncer_progress()
327 drbd_bm_total_weight(device))); in drbd_seq_show()
Ddrbd_receiver.c2499 rs_left = drbd_bm_total_weight(device) - device->rs_failed; in drbd_rs_c_min_rate_throttle()
2974 device->state.disk >= D_NEGOTIATING ? drbd_bm_total_weight(device) : 0, 0); in drbd_uuid_compare()
3084 device->state.disk >= D_NEGOTIATING ? drbd_bm_total_weight(device) : 0, 0); in drbd_uuid_compare()
3268 if (drbd_bm_total_weight(device)) { in drbd_sync_handshake()
3270 drbd_bm_total_weight(device)); in drbd_sync_handshake()
4089 if (drbd_bm_total_weight(device) <= device->rs_failed) in receive_state()
Ddrbd_worker.c883 n_oos = drbd_bm_total_weight(device); in drbd_resync_finished()
1721 unsigned long tw = drbd_bm_total_weight(device); in drbd_start_resync()
Ddrbd_actlog.c810 unsigned long still_to_go = drbd_bm_total_weight(device); in update_sync_bits()
Ddrbd_bitmap.c779 unsigned long drbd_bm_total_weight(struct drbd_device *device) in drbd_bm_total_weight() function
Ddrbd_int.h1376 extern unsigned long drbd_bm_total_weight(struct drbd_device *device);
Ddrbd_nl.c3005 nla_put_u64(skb, T_bits_oos, drbd_bm_total_weight(device))) in nla_put_status_info()
Ddrbd_main.c855 device->comm_bm_set = drbd_bm_total_weight(device); in _drbd_send_uuids()