Lines Matching refs:count_clusters
5327 unsigned int count_clusters; in ext4_free_blocks() local
5424 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_free_blocks()
5467 for (i = 0; i < count_clusters; i++) in ext4_free_blocks()
5471 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_free_blocks()
5497 new_entry->efd_count = count_clusters; in ext4_free_blocks()
5501 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_free_blocks()
5520 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_free_blocks()
5521 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_free_blocks()
5524 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_free_blocks()
5532 atomic64_add(count_clusters, in ext4_free_blocks()
5544 dquot_free_block(inode, EXT4_C2B(sbi, count_clusters)); in ext4_free_blocks()
5546 count_clusters); in ext4_free_blocks()