Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c2489 lost = atomic_inc_return(&sbi->s_mb_lost_chunks); in ext4_mb_regular_allocator()
2654 seq_printf(seq, "\t\tlost: %u\n", atomic_read(&sbi->s_mb_lost_chunks)); in ext4_seq_mb_stats_show()
3108 atomic_read(&sbi->s_mb_lost_chunks)); in ext4_mb_release()
H A Dext4.h1549 atomic_t s_mb_lost_chunks; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c2961 lost = atomic_inc_return(&sbi->s_mb_lost_chunks); in ext4_mb_regular_allocator()
3174 seq_printf(seq, "\t\tlost: %u\n", atomic_read(&sbi->s_mb_lost_chunks)); in ext4_seq_mb_stats_show()
3817 atomic_read(&sbi->s_mb_lost_chunks)); in ext4_mb_release()
H A Dext4.h1613 atomic_t s_mb_lost_chunks; member

Completed in 30 milliseconds