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