Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c659 schedule_work(&EXT4_SB(sb)->s_error_work); in ext4_handle_error()
688 s_error_work); in flush_stashed_error_work()
990 schedule_work(&EXT4_SB(sb)->s_error_work); in __ext4_grp_locked_error()
1178 flush_work(&sbi->s_error_work); in ext4_put_super()
4708 INIT_WORK(&sbi->s_error_work, flush_stashed_error_work); in ext4_fill_super()
5167 flush_work(&sbi->s_error_work); in ext4_fill_super()
5175 flush_work(&sbi->s_error_work); in ext4_fill_super()
5941 flush_work(&sbi->s_error_work); in ext4_remount()
Dext4.h1637 struct work_struct s_error_work; member