Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dmballoc.h112 ext4_grpblk_t pa_free; /* how many blocks are free */ member
Dmballoc.c3352 pa->pa_free += ac->ac_b_ex.fe_len; in ext4_discard_allocated_blocks()
3379 BUG_ON(pa->pa_free < len); in ext4_mb_use_inode_pa()
3381 pa->pa_free -= len; in ext4_mb_use_inode_pa()
3475 if (pa->pa_deleted == 0 && pa->pa_free) { in ext4_mb_use_preallocated()
3511 pa->pa_free >= ac->ac_o_ex.fe_len) { in ext4_mb_use_preallocated()
3615 if (!atomic_dec_and_test(&pa->pa_count) || pa->pa_free != 0) { in ext4_mb_put_pa()
3737 pa->pa_free = pa->pa_len; in ext4_mb_new_inode_pa()
3750 atomic_add(pa->pa_free, &sbi->s_mb_preallocated); in ext4_mb_new_inode_pa()
3797 pa->pa_free = pa->pa_len; in ext4_mb_new_group_pa()
3810 atomic_add(pa->pa_free, &EXT4_SB(sb)->s_mb_preallocated); in ext4_mb_new_group_pa()
[all …]