Home
last modified time | relevance | path

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

/linux/fs/ext4/
A Dmballoc.h129 ext4_grpblk_t pa_free; /* how many blocks are free */ member
A Dmballoc.c4242 pa->pa_free += ac->ac_b_ex.fe_len; in ext4_discard_allocated_blocks()
4269 BUG_ON(pa->pa_free < len); in ext4_mb_use_inode_pa()
4270 pa->pa_free -= len; in ext4_mb_use_inode_pa()
4634 pa->pa_free = pa->pa_len; in ext4_mb_new_inode_pa()
4688 pa->pa_free = pa->pa_len; in ext4_mb_new_group_pa()
4769 if (free != pa->pa_free) { in ext4_mb_release_inode_pa()
4776 free, pa->pa_free); in ext4_mb_release_inode_pa()
4876 free += pa->pa_free; in ext4_mb_discard_group_preallocations()
5340 order = fls(pa->pa_free) - 1; in ext4_mb_add_n_trim()
5354 if (!added && pa->pa_free < tmp_pa->pa_free) { in ext4_mb_add_n_trim()
[all …]

Completed in 15 milliseconds