Searched refs:rs_total (Results 1 – 7 of 7) sorted by relevance
46 typecheck(unsigned long, device->rs_total); in drbd_get_syncer_progress()47 *rs_total = device->rs_total; in drbd_get_syncer_progress()59 if (*bits_left > *rs_total) { in drbd_get_syncer_progress()63 *bits_left = *rs_total; in drbd_get_syncer_progress()64 *per_mil_done = *rs_total ? 0 : 1000; in drbd_get_syncer_progress()77 unsigned long total = 1UL + (*rs_total >> shift); in drbd_get_syncer_progress()93 unsigned long db, dt, dbdt, rt, rs_total, rs_left; in drbd_syncer_progress() local117 if (rs_total > (4UL << (30 - BM_BLOCK_SHIFT))) in drbd_syncer_progress()120 (unsigned long) Bit2KB(rs_total >> 10)); in drbd_syncer_progress()124 (unsigned long) Bit2KB(rs_total)); in drbd_syncer_progress()[all …]
604 if (device->rs_total == 0) { in make_resync_request()888 db = device->rs_total; in drbd_resync_finished()932 if (device->use_csums && device->rs_total) { in drbd_resync_finished()934 const unsigned long t = device->rs_total; in drbd_resync_finished()942 Bit2KB(device->rs_total - device->rs_same_csum), in drbd_resync_finished()943 Bit2KB(device->rs_total)); in drbd_resync_finished()1017 device->rs_total = 0; in drbd_resync_finished()1833 device->rs_total = tw; in drbd_start_resync()1859 (unsigned long) device->rs_total << (BM_BLOCK_SHIFT-10), in drbd_start_resync()1860 (unsigned long) device->rs_total); in drbd_start_resync()[all …]
1229 device->rs_total = drbd_bm_bits(device); in set_ov_position()1240 if (bit >= device->rs_total) { in set_ov_position()1242 BM_BIT_TO_SECT(device->rs_total - 1); in set_ov_position()1243 device->rs_total = 1; in set_ov_position()1245 device->rs_total -= bit; in set_ov_position()1248 device->ov_left = device->rs_total; in set_ov_position()1797 device->rs_total = 0; in after_state_ch()
886 unsigned long rs_total; member
1832 device->rs_total = 0; in drbd_adm_attach()3852 device->rs_total) || in nla_put_status_info()
2970 device->rs_total = device->ov_left; in receive_DataRequest()5226 device->rs_total = 0; in drbd_disconnected()
2046 device->rs_total = in drbd_device_cleanup()
Completed in 55 milliseconds