// SPDX-License-Identifier: GPL-2.0 #include <linux/kernel.h> #include "ubifs.h" /* Normal UBIFS messages */ void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...) { … } \ /* UBIFS error messages */ void ubifs_err(const struct ubifs_info *c, const char *fmt, ...) { … } \ /* UBIFS warning messages */ void ubifs_warn(const struct ubifs_info *c, const char *fmt, ...) { … } static char *assert_names[] = …; const char *ubifs_assert_action_name(struct ubifs_info *c) { … }