Lines Matching refs:count_clusters
4671 unsigned int count_clusters; in ext4_free_blocks() local
4773 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_free_blocks()
4816 for (i = 0; i < count_clusters; i++) in ext4_free_blocks()
4820 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_free_blocks()
4839 new_entry->efd_count = count_clusters; in ext4_free_blocks()
4843 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_free_blocks()
4861 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_free_blocks()
4862 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_free_blocks()
4865 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_free_blocks()
4873 atomic64_add(count_clusters, in ext4_free_blocks()
4878 dquot_free_block(inode, EXT4_C2B(sbi, count_clusters)); in ext4_free_blocks()
4879 percpu_counter_add(&sbi->s_freeclusters_counter, count_clusters); in ext4_free_blocks()