Searched refs:s_err_report (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | sysfs.c | 151 timer_setup(&sbi->s_err_report, print_daily_error_info, 0); in err_report_sec_store() 153 timer_delete_sync(&sbi->s_err_report); in err_report_sec_store() 158 mod_timer(&sbi->s_err_report, jiffies + secs_to_jiffies(sbi->s_err_report_sec)); in err_report_sec_store()
|
| H A D | super.c | 1323 timer_shutdown_sync(&sbi->s_err_report); in ext4_put_super() 3707 struct ext4_sb_info *sbi = timer_container_of(sbi, t, s_err_report); in print_daily_error_info() 3747 mod_timer(&sbi->s_err_report, jiffies + secs_to_jiffies(sbi->s_err_report_sec)); in print_daily_error_info() 5459 timer_setup(&sbi->s_err_report, print_daily_error_info, 0); in __ext4_fill_super() 5751 mod_timer(&sbi->s_err_report, in __ext4_fill_super() 5812 timer_delete_sync(&sbi->s_err_report); in __ext4_fill_super() 6314 mod_timer(&sbi->s_err_report, in ext4_update_super()
|
| H A D | ext4.h | 1749 struct timer_list s_err_report; member
|