Home
last modified time | relevance | path

Searched refs:s_retry_alloc_pending (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dballoc.c708 atomic_inc(&sbi->s_retry_alloc_pending); in ext4_should_retry_alloc()
710 atomic_dec(&sbi->s_retry_alloc_pending); in ext4_should_retry_alloc()
H A Dmballoc.c3628 !atomic_read(&sbi->s_retry_alloc_pending)) { in ext4_discard_work()
3740 atomic_set(&sbi->s_retry_alloc_pending, 0); in ext4_mb_init()
H A Dext4.h1601 atomic_t s_retry_alloc_pending; member