Home
last modified time | relevance | path

Searched refs:_drbd_bm_total_weight (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
Ddrbd_bitmap.c761 unsigned long _drbd_bm_total_weight(struct drbd_device *device) in _drbd_bm_total_weight() function
785 s = _drbd_bm_total_weight(device); in drbd_bm_total_weight()
Ddrbd_int.h1375 extern unsigned long _drbd_bm_total_weight(struct drbd_device *device);
Ddrbd_nl.c1793 if (_drbd_bm_total_weight(device) == drbd_bm_bits(device)) in drbd_adm_attach()