Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c754 unsigned long _drbd_bm_total_weight(struct drbd_device *device) in _drbd_bm_total_weight() function
778 s = _drbd_bm_total_weight(device); in drbd_bm_total_weight()
H A Ddrbd_int.h1315 extern unsigned long _drbd_bm_total_weight(struct drbd_device *device);
H A Ddrbd_nl.c2048 if (_drbd_bm_total_weight(device) == drbd_bm_bits(device)) in drbd_adm_attach()