Lines Matching defs:errors
6 * This utility will check and fix errors on an NTFS volume.
86 * --logfile file : report corruptions (unlike other errors) to a file instead of stderr.
91 * - do n passes. (only 2 in fsck.msdos. second should not report errors. Bonus: stop when error list does not change)
96 * -s : only serious errors should be reported.
107 * - error-level-report n: only report errors above this error level
108 * - error-level-repair n: only repair errors below this error level
117 static int errors = 0;
134 errors++; \
149 //errors++;
171 //errors++;
182 //errors++;
370 /* This case should not happen, not even with on-disk errors */
713 errors++;
867 if (errors)
872 if (!errors && !unsupported) {
878 if (errors)