Lines Matching refs:count_clusters
6459 unsigned int count_clusters;
6493 count_clusters = EXT4_NUM_B2C(sbi, count);
6532 for (i = 0; i < count_clusters; i++)
6536 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters);
6562 new_entry->efd_count = count_clusters;
6566 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters);
6575 count_clusters, NULL);
6585 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters);
6586 mb_free_blocks(inode, &e4b, bit, count_clusters);
6589 ret = ext4_free_group_clusters(sb, gdp) + count_clusters;
6597 atomic64_add(count_clusters,
6609 dquot_free_block(inode, EXT4_C2B(sbi, count_clusters));
6611 count_clusters);