Searched refs:s_err_report_sec (Results 1 – 3 of 3) sorted by relevance
148 if (sbi->s_err_report_sec == t) /*nothing to do*/ in err_report_sec_store()150 else if (!sbi->s_err_report_sec && t) { in err_report_sec_store()152 } else if (sbi->s_err_report_sec && !t) { in err_report_sec_store()157 sbi->s_err_report_sec = t; 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()251 EXT4_ATTR_OFFSET(err_report_sec, 0644, err_report_sec, ext4_sb_info, s_err_report_sec);
3746 if (sbi->s_err_report_sec) 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()5750 sbi->s_err_report_sec = 5*60; /* first time 5 minutes */ in __ext4_fill_super()5752 jiffies + secs_to_jiffies(sbi->s_err_report_sec)); in __ext4_fill_super()5754 sbi->s_err_report_sec = 24*60*60; /* Once a day */ in __ext4_fill_super()6313 if (!es->s_error_count && !sbi->s_err_report_sec) in ext4_update_super()6315 jiffies + secs_to_jiffies(sbi->s_err_report_sec)); in ext4_update_super()
1751 unsigned long s_err_report_sec; member