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 | 1315 timer_shutdown_sync(&sbi->s_err_report); in ext4_put_super() 3680 struct ext4_sb_info *sbi = timer_container_of(sbi, t, s_err_report); in print_daily_error_info() 3720 mod_timer(&sbi->s_err_report, jiffies + secs_to_jiffies(sbi->s_err_report_sec)); in print_daily_error_info() 5428 timer_setup(&sbi->s_err_report, print_daily_error_info, 0); in __ext4_fill_super() 5718 mod_timer(&sbi->s_err_report, in __ext4_fill_super() 5773 timer_delete_sync(&sbi->s_err_report); in __ext4_fill_super() 6270 mod_timer(&sbi->s_err_report, in ext4_update_super()
|
| H A D | ext4.h | 1682 struct timer_list s_err_report; member
|