Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dmballoc.c5900 unsigned int count_clusters; in ext4_mb_clear_bb() local
5934 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_mb_clear_bb()
5973 for (i = 0; i < count_clusters; i++) in ext4_mb_clear_bb()
5977 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_mb_clear_bb()
6003 new_entry->efd_count = count_clusters; in ext4_mb_clear_bb()
6007 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6026 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6027 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_mb_clear_bb()
6030 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_mb_clear_bb()
6038 atomic64_add(count_clusters, in ext4_mb_clear_bb()
[all …]