Searched refs:count_clusters (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | mballoc.c | 6410 unsigned int count_clusters; in ext4_mb_clear_bb() local 6445 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_mb_clear_bb() 6446 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_mb_clear_bb() 6466 count_clusters, mark_flags, &changed); in ext4_mb_clear_bb() 6473 BUG_ON(changed != count_clusters); in ext4_mb_clear_bb() 6494 new_entry->efd_count = count_clusters; in ext4_mb_clear_bb() 6502 count_clusters); in ext4_mb_clear_bb() 6519 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_mb_clear_bb() 6531 dquot_free_block(inode, EXT4_C2B(sbi, count_clusters)); in ext4_mb_clear_bb() 6533 count_clusters); in ext4_mb_clear_bb()
|