Home
last modified time | relevance | path

Searched refs:count_clusters (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c5459 unsigned int count_clusters; in ext4_mb_clear_bb() local
5493 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_mb_clear_bb()
5531 for (i = 0; i < count_clusters; i++) in ext4_mb_clear_bb()
5535 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_mb_clear_bb()
5561 new_entry->efd_count = count_clusters; in ext4_mb_clear_bb()
5565 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
5574 count_clusters, NULL); in ext4_mb_clear_bb()
5584 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
5585 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_mb_clear_bb()
5588 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_mb_clear_bb()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c6459 unsigned int count_clusters; in ext4_mb_clear_bb() local
6493 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_mb_clear_bb()
6532 for (i = 0; i < count_clusters; i++) in ext4_mb_clear_bb()
6536 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_mb_clear_bb()
6562 new_entry->efd_count = count_clusters; in ext4_mb_clear_bb()
6566 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6575 count_clusters, NULL); in ext4_mb_clear_bb()
6585 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6586 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_mb_clear_bb()
6589 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_mb_clear_bb()
[all...]

Completed in 16 milliseconds