alloc_bitset     1762 drivers/md/dm-cache-policy-smq.c 	mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks);
alloc_bitset     1770 drivers/md/dm-cache-policy-smq.c 		mq->cache_hit_bits = alloc_bitset(from_cblock(cache_size));
alloc_bitset     2581 drivers/md/dm-cache-target.c 	cache->dirty_bitset = alloc_bitset(from_cblock(cache->cache_size));
alloc_bitset     2593 drivers/md/dm-cache-target.c 	cache->discard_bitset = alloc_bitset(from_dblock(cache->discard_nr_blocks));