Searched refs:BM_SECT_PER_BIT (Results 1 – 6 of 6) sorted by relevance
207 (unsigned long long)bit_pos * BM_SECT_PER_BIT, in drbd_syncer_progress()208 (unsigned long long)bm_bits * BM_SECT_PER_BIT); in drbd_syncer_progress()
881 if (unlikely(esector < BM_SECT_PER_BIT-1)) in __drbd_change_sync()886 ebnr = BM_SECT_TO_BIT(esector - (BM_SECT_PER_BIT-1)); in __drbd_change_sync()887 sbnr = BM_SECT_TO_BIT(sector + BM_SECT_PER_BIT-1); in __drbd_change_sync()
666 bits = BM_SECT_TO_BIT(ALIGN(capacity, BM_SECT_PER_BIT)); in drbd_bm_resize()
1258 #define BM_SECT_PER_BIT BM_BIT_TO_SECT(1) macro
804 sector += BM_SECT_PER_BIT; in make_ov_request()
4071 device->ov_start_sector = parms.ov_start_sector & ~(BM_SECT_PER_BIT-1); in drbd_adm_start_ov()