Lines Matching defs:errors
99 int errors = 0, sloppy = 0;
197 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors,
243 if (errors < INT_MAX)
244 errors++;
252 if (errors && !sloppy)
260 ntfs_error(vol->sb, "Invalid errors option argument "
474 * make sure there are no volume errors and that no unsupported volume
481 * When remounting read-only, mark the volume clean if no volume errors
489 ntfs_error(sb, "Volume has errors and is read-only%s",
690 ntfs_error(sb, "Mount option errors=recover not used. "
2306 * If a read-write mount and no volume errors have occurred, mark the
2321 ntfs_warning(sb, "Volume has errors. Leaving volume "
2445 * volume will be marked as allocated to prevent errors which means we have to
2451 * in use. This means we return an underestimate on errors which is better than
2510 /* If errors occurred we may well have gone below zero, fix this. */
2529 * are in use. This means we return an underestimate on errors which is better
2575 /* If errors occurred we may well have gone below zero, fix this. */
2696 * If @silent is true, remain silent even if errors are detected. This is used