Searched refs:count_clusters (Results 1 – 1 of 1) sorted by relevance
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | mballoc.c | 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() [all …]
|