Searched refs:BM_SECT_PER_BIT (Results 1 - 5 of 5) 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.c953 if (unlikely(esector < BM_SECT_PER_BIT-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);
1401 if (unlikely(esector < BM_SECT_PER_BIT-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_bitmap.c484 bits = BM_SECT_TO_BIT(ALIGN(capacity, BM_SECT_PER_BIT));
H A Ddrbd_worker.c645 sector += BM_SECT_PER_BIT;
H A Ddrbd_int.h1281 #define BM_SECT_PER_BIT BM_BIT_TO_SECT(1) macro
H A Ddrbd_nl.c1877 mdev->ov_start_sector = args.start_sector & ~BM_SECT_PER_BIT;

Completed in 178 milliseconds