Lines Matching refs:silent
1884 #define SWARN(silent, s, id, ...) \
1885 if (!(silent)) \
1888 static int reiserfs_fill_super(struct super_block *s, void *data, int silent)
1927 SWARN(silent, s, "", "Cannot allocate commit workqueue");
1941 SWARN(silent, s, "", "Cannot allocate memory for "
1951 SWARN(silent, s, "jmacd-7", "resize option for remount only");
1967 SWARN(silent, s, "sh-2021", "can not find reiserfs on %s",
1982 SWARN(silent, s, "", "Filesystem cannot be "
1984 SWARN(silent, s, "", "You may need to run fsck "
1986 SWARN(silent, s, "", "Or may be you forgot to "
1995 SWARN(silent, s, "jmacd-8", "unable to read bitmap");
2001 SWARN(silent, s, "", "CONFIG_REISERFS_CHECK is set ON");
2002 SWARN(silent, s, "", "- it is slow mode for debugging.");
2023 SWARN(silent, s, "sh-2022",
2035 SWARN(silent, s, "jmacd-9",
2046 SWARN(silent, s, "clm-7000",
2056 SWARN(silent, s, "jmacd-10", "get root inode failed");
2077 SWARN(silent, s, "", "corrupt root inode, run fsck");
2139 if (!silent)
2158 } else if (!silent) {
2187 if (old_format_only(s) && !silent) {