Lines Matching refs:silent
1886 #define SWARN(silent, s, id, ...) \
1887 if (!(silent)) \
1890 static int reiserfs_fill_super(struct super_block *s, void *data, int silent)
1929 SWARN(silent, s, "", "Cannot allocate commit workqueue");
1943 SWARN(silent, s, "", "Cannot allocate memory for "
1953 SWARN(silent, s, "jmacd-7", "resize option for remount only");
1969 SWARN(silent, s, "sh-2021", "can not find reiserfs on %s",
1986 SWARN(silent, s, "", "Filesystem cannot be "
1988 SWARN(silent, s, "", "You may need to run fsck "
1990 SWARN(silent, s, "", "Or may be you forgot to "
1999 SWARN(silent, s, "jmacd-8", "unable to read bitmap");
2005 SWARN(silent, s, "", "CONFIG_REISERFS_CHECK is set ON");
2006 SWARN(silent, s, "", "- it is slow mode for debugging.");
2027 SWARN(silent, s, "sh-2022",
2039 SWARN(silent, s, "jmacd-9",
2050 SWARN(silent, s, "clm-7000",
2060 SWARN(silent, s, "jmacd-10", "get root inode failed");
2081 SWARN(silent, s, "", "corrupt root inode, run fsck");
2143 if (!silent)
2162 } else if (!silent) {
2191 if (old_format_only(s) && !silent) {