Home
last modified time | relevance | path

Searched refs:pa_free (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.h112 ext4_grpblk_t pa_free; /* how many blocks are free */ member
135 * (512). We store prealloc space into the hash based on the pa_free blocks
136 * order value.ie, fls(pa_free)-1;
H A Dmballoc.c67 * pa_free -> free space available in this prealloc space (in clusters)
76 * pa_free.
88 * enough free space (pa_free) within the prealloc space.
3770 * pa_free in ext4_mb_release_context(), but on failure, we've already
3771 * zeroed out ac->ac_b_ex.fe_len, so group_pa->pa_free is not changed.
3800 pa->pa_free += ac->ac_b_ex.fe_len; in ext4_discard_allocated_blocks()
3827 BUG_ON(pa->pa_free < len); in ext4_mb_use_inode_pa()
3829 pa->pa_free -= len; in ext4_mb_use_inode_pa()
3923 if (pa->pa_deleted == 0 && pa->pa_free) { in ext4_mb_use_preallocated()
3959 pa->pa_free > in ext4_mb_use_preallocated()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.h134 ext4_grpblk_t pa_free; /* how many blocks are free */ member
160 * (512). We store prealloc space into the hash based on the pa_free blocks
161 * order value.ie, fls(pa_free)-1;
H A Dmballoc.c67 * pa_free -> free space available in this prealloc space (in clusters)
76 * pa_free.
88 * enough free space (pa_free) within the prealloc space.
4635 * pa_free in ext4_mb_release_context(), but on failure, we've already
4636 * zeroed out ac->ac_b_ex.fe_len, so group_pa->pa_free is not changed.
4665 pa->pa_free += ac->ac_b_ex.fe_len; in ext4_discard_allocated_blocks()
4694 BUG_ON(pa->pa_free < len); in ext4_mb_use_inode_pa()
4696 pa->pa_free -= len; in ext4_mb_use_inode_pa()
4909 if (tmp_pa->pa_free && likely(ext4_mb_pa_goal_check(ac, tmp_pa))) { in ext4_mb_use_preallocated()
4922 * pa_free > in ext4_mb_use_preallocated()
[all...]

Completed in 14 milliseconds