bitmap_bytes      201 drivers/scsi/aic94xx/aic94xx_hwi.c 	int bitmap_bytes;
bitmap_bytes      211 drivers/scsi/aic94xx/aic94xx_hwi.c 	bitmap_bytes = (asd_ha->seq.tc_index_bitmap_bits+7)/8;
bitmap_bytes      212 drivers/scsi/aic94xx/aic94xx_hwi.c 	bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
bitmap_bytes      213 drivers/scsi/aic94xx/aic94xx_hwi.c 	asd_ha->seq.tc_index_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);
bitmap_bytes      590 drivers/scsi/aic94xx/aic94xx_hwi.c 	int bitmap_bytes;
bitmap_bytes      597 drivers/scsi/aic94xx/aic94xx_hwi.c 	bitmap_bytes = (asd_ha->hw_prof.max_ddbs+7)/8;
bitmap_bytes      598 drivers/scsi/aic94xx/aic94xx_hwi.c 	bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
bitmap_bytes      599 drivers/scsi/aic94xx/aic94xx_hwi.c 	asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);
bitmap_bytes     1658 fs/btrfs/free-space-cache.c 	u64 bitmap_bytes;
bitmap_bytes     1683 fs/btrfs/free-space-cache.c 	bitmap_bytes = (ctl->total_bitmaps + 1) * ctl->unit;
bitmap_bytes     1685 fs/btrfs/free-space-cache.c 	if (bitmap_bytes >= max_bytes) {
bitmap_bytes     1694 fs/btrfs/free-space-cache.c 	extent_bytes = max_bytes - bitmap_bytes;