Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dmballoc.c6451 unsigned int count_clusters; in ext4_mb_clear_bb() local
6485 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_mb_clear_bb()
6524 for (i = 0; i < count_clusters; i++) in ext4_mb_clear_bb()
6528 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_mb_clear_bb()
6554 new_entry->efd_count = count_clusters; in ext4_mb_clear_bb()
6558 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6567 count_clusters, NULL); in ext4_mb_clear_bb()
6577 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6578 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_mb_clear_bb()
6581 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_mb_clear_bb()
[all …]