Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.h134 ext4_grpblk_t pa_free; /* how many blocks are free */ member
H A Dmballoc.c68 * pa_free -> free space available in this prealloc space (in clusters)
77 * pa_free.
89 * enough free space (pa_free) within the prealloc space.
4727 * pa_free in ext4_mb_release_context(), but on failure, we've already
4728 * zeroed out ac->ac_b_ex.fe_len, so group_pa->pa_free is not changed.
4757 pa->pa_free += ac->ac_b_ex.fe_len; in ext4_discard_allocated_blocks()
4786 BUG_ON(pa->pa_free < len); in ext4_mb_use_inode_pa()
4788 pa->pa_free -= len; in ext4_mb_use_inode_pa()
5001 if (tmp_pa->pa_free && likely(ext4_mb_pa_goal_check(ac, tmp_pa))) { in ext4_mb_use_preallocated()
5014 * pa_free > in ext4_mb_use_preallocated()
[all...]