• Home
  • Raw
  • Download

Lines Matching refs:silent

1892 #define SWARN(silent, s, id, ...)			\  argument
1893 if (!(silent)) \
1896 static int reiserfs_fill_super(struct super_block *s, void *data, int silent) in reiserfs_fill_super() argument
1935 SWARN(silent, s, "", "Cannot allocate commit workqueue"); in reiserfs_fill_super()
1949 SWARN(silent, s, "", "Cannot allocate memory for " in reiserfs_fill_super()
1959 SWARN(silent, s, "jmacd-7", "resize option for remount only"); in reiserfs_fill_super()
1975 SWARN(silent, s, "sh-2021", "can not find reiserfs on %s", in reiserfs_fill_super()
1992 SWARN(silent, s, "", "Filesystem cannot be " in reiserfs_fill_super()
1994 SWARN(silent, s, "", "You may need to run fsck " in reiserfs_fill_super()
1996 SWARN(silent, s, "", "Or may be you forgot to " in reiserfs_fill_super()
2005 SWARN(silent, s, "jmacd-8", "unable to read bitmap"); in reiserfs_fill_super()
2011 SWARN(silent, s, "", "CONFIG_REISERFS_CHECK is set ON"); in reiserfs_fill_super()
2012 SWARN(silent, s, "", "- it is slow mode for debugging."); in reiserfs_fill_super()
2033 SWARN(silent, s, "sh-2022", in reiserfs_fill_super()
2045 SWARN(silent, s, "jmacd-9", in reiserfs_fill_super()
2056 SWARN(silent, s, "clm-7000", in reiserfs_fill_super()
2066 SWARN(silent, s, "jmacd-10", "get root inode failed"); in reiserfs_fill_super()
2087 SWARN(silent, s, "", "corrupt root inode, run fsck"); in reiserfs_fill_super()
2149 if (!silent) in reiserfs_fill_super()
2168 } else if (!silent) { in reiserfs_fill_super()
2197 if (old_format_only(s) && !silent) { in reiserfs_fill_super()