Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dmballoc.h134 ext4_grpblk_t pa_free; /* how many blocks are free */ member
H A Dmballoc.c4656 pa->pa_free += ac->ac_b_ex.fe_len; in ext4_discard_allocated_blocks()
4685 BUG_ON(pa->pa_free < len); in ext4_mb_use_inode_pa()
4687 pa->pa_free -= len; in ext4_mb_use_inode_pa()
5223 pa->pa_free = pa->pa_len; in ext4_mb_new_inode_pa()
5274 pa->pa_free = pa->pa_len; in ext4_mb_new_group_pa()
5357 if (free != pa->pa_free) { in ext4_mb_release_inode_pa()
5364 free, pa->pa_free); in ext4_mb_release_inode_pa()
5460 free += pa->pa_free; in ext4_mb_discard_group_preallocations()
5930 order = fls(pa->pa_free) - 1; in ext4_mb_add_n_trim()
5944 if (!added && pa->pa_free < tmp_pa->pa_free) { in ext4_mb_add_n_trim()
[all …]