Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dmballoc.c6464 unsigned int count_clusters; in ext4_mb_clear_bb() local
6498 count_clusters = EXT4_NUM_B2C(sbi, count); in ext4_mb_clear_bb()
6537 for (i = 0; i < count_clusters; i++) in ext4_mb_clear_bb()
6541 trace_ext4_mballoc_free(sb, inode, block_group, bit, count_clusters); in ext4_mb_clear_bb()
6567 new_entry->efd_count = count_clusters; in ext4_mb_clear_bb()
6571 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6580 count_clusters, NULL); in ext4_mb_clear_bb()
6591 mb_clear_bits(bitmap_bh->b_data, bit, count_clusters); in ext4_mb_clear_bb()
6592 mb_free_blocks(inode, &e4b, bit, count_clusters); in ext4_mb_clear_bb()
6595 ret = ext4_free_group_clusters(sb, gdp) + count_clusters; in ext4_mb_clear_bb()
[all …]