count_clusters   4738 fs/ext4/mballoc.c 	unsigned int count_clusters;
count_clusters   4829 fs/ext4/mballoc.c 	count_clusters = EXT4_NUM_B2C(sbi, count);
count_clusters   4872 fs/ext4/mballoc.c 		for (i = 0; i < count_clusters; i++)
count_clusters   4876 fs/ext4/mballoc.c 	trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters);
count_clusters   4902 fs/ext4/mballoc.c 		new_entry->efd_count = count_clusters;
count_clusters   4906 fs/ext4/mballoc.c 		mb_clear_bits(bitmap_bh->b_data, bit, count_clusters);
count_clusters   4925 fs/ext4/mballoc.c 		mb_clear_bits(bitmap_bh->b_data, bit, count_clusters);
count_clusters   4926 fs/ext4/mballoc.c 		mb_free_blocks(inode, &e4b, bit, count_clusters);
count_clusters   4929 fs/ext4/mballoc.c 	ret = ext4_free_group_clusters(sb, gdp) + count_clusters;
count_clusters   4937 fs/ext4/mballoc.c 		atomic64_add(count_clusters,
count_clusters   4949 fs/ext4/mballoc.c 			dquot_free_block(inode, EXT4_C2B(sbi, count_clusters));
count_clusters   4951 fs/ext4/mballoc.c 				   count_clusters);