Searched refs:count_clusters (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/ext4/ |
D | mballoc.c | 6454 unsigned int count_clusters; in ext4_mb_clear_bb() local 6488 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_mb_clear_bb() 6527 for (i = 0; i < count_clusters; i++) in ext4_mb_clear_bb() 6531 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_mb_clear_bb() 6557 new_entry->efd_count = count_clusters; in ext4_mb_clear_bb() 6561 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb() 6570 count_clusters, NULL); in ext4_mb_clear_bb() 6580 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb() 6581 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_mb_clear_bb() 6584 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_mb_clear_bb() [all …]
|