ext4_count_free
x = ext4_count_free(bitmap_bh->b_data,
extern unsigned int ext4_count_free(char *bitmap, unsigned numchars);
ext4_count_free(buf, EXT4_CLUSTERS_PER_GROUP(sb) / 8);