Searched refs:BM_SECT_TO_BIT (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_actlog.c948 lbnr = BM_SECT_TO_BIT(nr_sectors-1);
958 ebnr = BM_SECT_TO_BIT(esector - (BM_SECT_PER_BIT-1));
959 sbnr = BM_SECT_TO_BIT(sector + BM_SECT_PER_BIT-1);
1028 lbnr = BM_SECT_TO_BIT(nr_sectors-1);
1032 sbnr = BM_SECT_TO_BIT(sector);
1033 ebnr = BM_SECT_TO_BIT(esector);
1396 lbnr = BM_SECT_TO_BIT(nr_sectors-1);
1406 ebnr = BM_SECT_TO_BIT(esector - (BM_SECT_PER_BIT-1));
1407 sbnr = BM_SECT_TO_BIT(sector + BM_SECT_PER_BIT-1);
H A Ddrbd_req.c684 sbnr = BM_SECT_TO_BIT(sector);
685 ebnr = BM_SECT_TO_BIT(esector);
H A Ddrbd_bitmap.c484 bits = BM_SECT_TO_BIT(ALIGN(capacity, BM_SECT_PER_BIT));
H A Ddrbd_worker.c569 mdev->bm_resync_fo = BM_SECT_TO_BIT(sector);
H A Ddrbd_int.h1279 #define BM_SECT_TO_BIT(x) ((x)>>(BM_BLOCK_SHIFT-9)) macro
H A Ddrbd_main.c907 unsigned long bit = BM_SECT_TO_BIT(mdev->ov_start_sector);
1051 - BM_SECT_TO_BIT(mdev->ov_position);
H A Ddrbd_receiver.c2125 mdev->ov_left = mdev->rs_total - BM_SECT_TO_BIT(sector);

Completed in 141 milliseconds