Lines Matching refs:count_clusters
5459 unsigned int count_clusters;
5493 count_clusters = EXT4_NUM_B2C(sbi, count);
5531 for (i = 0; i < count_clusters; i++)
5535 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters);
5561 new_entry->efd_count = count_clusters;
5565 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters);
5574 count_clusters, NULL);
5584 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters);
5585 mb_free_blocks(inode, &e4b, bit, count_clusters);
5588 ret = ext4_free_group_clusters(sb, gdp) + count_clusters;
5596 atomic64_add(count_clusters,
5608 dquot_free_block(inode, EXT4_C2B(sbi, count_clusters));
5610 count_clusters);