Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_proc.c192 unsigned long bm_bits = drbd_bm_bits(device); in drbd_syncer_progress()
H A Ddrbd_worker.c651 device->bm_resync_fo = drbd_bm_bits(device); in make_resync_request()
747 if (device->bm_resync_fo >= drbd_bm_bits(device)) { in make_resync_request()
H A Ddrbd_state.c1231 device->rs_total = drbd_bm_bits(device); in set_ov_position()
1366 BM_BIT_TO_SECT(drbd_bm_bits(device) - device->ov_left); in _drbd_set_state()
H A Ddrbd_bitmap.c794 unsigned long drbd_bm_bits(struct drbd_device *device) in drbd_bm_bits() function
H A Ddrbd_int.h1307 extern unsigned long drbd_bm_bits(struct drbd_device *device);
H A Ddrbd_nl.c2048 if (_drbd_bm_total_weight(device) == drbd_bm_bits(device)) in drbd_adm_attach()
3789 nla_put_u64_0pad(skb, T_bits_total, drbd_bm_bits(device)) || in nla_put_status_info()
H A Ddrbd_receiver.c2932 device->ov_left = drbd_bm_bits(device) - BM_SECT_TO_BIT(sector); in receive_DataRequest()
4832 .bm_bits = drbd_bm_bits(device), in receive_bitmap()
H A Ddrbd_main.c1290 .bm_bits = drbd_bm_bits(device), in _drbd_send_bitmap()