Lines Matching defs:error
57 [FAULT_READ_IO] = "read IO error",
58 [FAULT_CHECKPOINT] = "checkpoint error",
59 [FAULT_DISCARD] = "discard error",
60 [FAULT_WRITE_IO] = "write IO error",
1696 * above failed with error.
1763 /* IO error happened before */
4110 static void f2fs_record_errors(struct f2fs_sb_info *sbi, unsigned char error)
4122 error, err);
4127 void f2fs_handle_error(struct f2fs_sb_info *sbi, unsigned char error)
4129 f2fs_save_errors(sbi, error);
4130 f2fs_record_errors(sbi, error);
4133 void f2fs_handle_error_async(struct f2fs_sb_info *sbi, unsigned char error)
4135 f2fs_save_errors(sbi, error);
4139 if (!test_bit(error, (unsigned long *)sbi->errors))
4177 panic("F2FS-fs (device %s): panic forced after error\n",
4669 f2fs_err(sbi, "Cannot turn on quotas: error %d", err);