bitmap_remap
void bitmap_remap(unsigned long *dst, const unsigned long *src,
bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits);
EXPORT_SYMBOL(bitmap_remap);