Lines Matching refs:reason
1899 .reason = CP_UMOUNT, in f2fs_put_super()
1909 .reason = CP_UMOUNT | CP_TRIMMED, in f2fs_put_super()
2547 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint()
4402 static void save_stop_reason(struct f2fs_sb_info *sbi, unsigned char reason) in save_stop_reason() argument
4407 if (sbi->stop_reason[reason] < GENMASK(BITS_PER_BYTE - 1, 0)) in save_stop_reason()
4408 sbi->stop_reason[reason]++; in save_stop_reason()
4508 void f2fs_handle_critical_error(struct f2fs_sb_info *sbi, unsigned char reason) in f2fs_handle_critical_error() argument
4511 bool shutdown = reason == STOP_CP_REASON_SHUTDOWN; in f2fs_handle_critical_error()
4518 save_stop_reason(sbi, reason); in f2fs_handle_critical_error()
4550 f2fs_warn(sbi, "Stopped filesystem due to reason: %d", reason); in f2fs_handle_critical_error()
5344 .reason = CP_UMOUNT, in kill_f2fs_super()