Lines Matching refs:errors
1140 F2FS_CTX_INFO(ctx).errors = result.uint_32; in f2fs_parse_param()
1654 F2FS_OPTION(sbi).errors = F2FS_CTX_INFO(ctx).errors; in f2fs_apply_options()
2409 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in f2fs_show_options()
2411 else if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_CONTINUE) in f2fs_show_options()
2413 else if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_PANIC) in f2fs_show_options()
2460 F2FS_OPTION(sbi).errors = MOUNT_ERRORS_CONTINUE; in default_options()
4422 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_record_stop_reason()
4443 if (!test_bit(flag, (unsigned long *)sbi->errors)) { in f2fs_save_errors()
4444 set_bit(flag, (unsigned long *)sbi->errors); in f2fs_save_errors()
4457 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_update_errors()
4497 if (!test_bit(error, (unsigned long *)sbi->errors)) in f2fs_handle_error_async()
4513 F2FS_OPTION(sbi).errors == MOUNT_ERRORS_CONTINUE; in f2fs_handle_critical_error()
4533 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_PANIC && in f2fs_handle_critical_error()
4831 memcpy(sbi->errors, raw_super->s_errors, MAX_F2FS_ERRORS); in f2fs_fill_super()