Lines Matching refs:rs_total
599 if (device->rs_total == 0) { in make_resync_request()
883 db = device->rs_total; in drbd_resync_finished()
927 if (device->use_csums && device->rs_total) { in drbd_resync_finished()
929 const unsigned long t = device->rs_total; in drbd_resync_finished()
937 Bit2KB(device->rs_total - device->rs_same_csum), in drbd_resync_finished()
938 Bit2KB(device->rs_total)); in drbd_resync_finished()
1012 device->rs_total = 0; in drbd_resync_finished()
1828 device->rs_total = tw; in drbd_start_resync()
1854 (unsigned long) device->rs_total << (BM_BLOCK_SHIFT-10), in drbd_start_resync()
1855 (unsigned long) device->rs_total); in drbd_start_resync()
1873 if (connection->agreed_pro_version < 95 && device->rs_total == 0) { in drbd_start_resync()