bitmap_nbits
(int)bitmap_nbits(b));
return (bitmap_nbits(b) + 7) / 8;
size_t bitmap_nbits(struct bitmap *b);
nbits = bitmap_nbits(bitmap);