Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dballoc.c701 flush_work(&sbi->s_discard_work); in ext4_should_retry_alloc()
H A Dmballoc.c3535 struct ext4_sb_info, s_discard_work); in ext4_discard_work()
3667 INIT_WORK(&sbi->s_discard_work, ext4_discard_work); in ext4_mb_init()
3774 flush_work(&sbi->s_discard_work); in ext4_mb_release()
3937 queue_work(system_unbound_wq, &sbi->s_discard_work); in ext4_process_freed_data()
H A Dext4.h1570 struct work_struct s_discard_work; member