Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c1704 /* flush s_error_work before sbi destroy */ in f2fs_put_super()
1705 flush_work(&sbi->s_error_work); in f2fs_put_super()
2385 flush_work(&sbi->s_error_work); in f2fs_remount()
4141 schedule_work(&sbi->s_error_work); in f2fs_handle_error_async()
4164 schedule_work(&sbi->s_error_work); in f2fs_handle_critical_error()
4199 struct f2fs_sb_info, s_error_work); in f2fs_record_error_work()
4431 INIT_WORK(&sbi->s_error_work, f2fs_record_error_work); in f2fs_fill_super()
4830 /* flush s_error_work before sbi destroy */ in f2fs_fill_super()
4831 flush_work(&sbi->s_error_work); in f2fs_fill_super()
H A Df2fs.h1755 struct work_struct s_error_work; member
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c659 schedule_work(&EXT4_SB(sb)->s_error_work); in ext4_handle_error()
689 s_error_work); in flush_stashed_error_work()
991 schedule_work(&EXT4_SB(sb)->s_error_work); in __releases()
1177 * Unregister sysfs before flush sbi->s_error_work. in ext4_put_super()
1187 flush_work(&sbi->s_error_work); in ext4_put_super()
4711 INIT_WORK(&sbi->s_error_work, flush_stashed_error_work); in ext4_fill_super()
5171 /* flush s_error_work before journal destroy. */ in ext4_fill_super()
5172 flush_work(&sbi->s_error_work); in ext4_fill_super()
5179 /* flush s_error_work before sbi destroy */ in ext4_fill_super()
5180 flush_work(&sbi->s_error_work); in ext4_fill_super()
[all...]
H A Dext4.h1642 struct work_struct s_error_work; member

Completed in 29 milliseconds