Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c3197 atomic_read(&sbi->s_mb_preallocated)); in ext4_seq_mb_stats_show()
3841 atomic_read(&sbi->s_mb_preallocated), in ext4_mb_release()
5235 atomic_add(pa->pa_free, &sbi->s_mb_preallocated); in ext4_mb_new_inode_pa()
5288 atomic_add(pa->pa_free, &EXT4_SB(sb)->s_mb_preallocated); in ext4_mb_new_group_pa()
H A Dext4.h1630 atomic_t s_mb_preallocated; member