Lines Matching defs:errors
91 int errors = 0, sloppy = 0;
189 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors,
235 if (errors < INT_MAX)
236 errors++;
244 if (errors && !sloppy)
252 ntfs_error(vol->sb, "Invalid errors option argument "
466 * make sure there are no volume errors and that no unsupported volume
473 * When remounting read-only, mark the volume clean if no volume errors
481 ntfs_error(sb, "Volume has errors and is read-only%s",
682 ntfs_error(sb, "Mount option errors=recover not used. "
2298 * If a read-write mount and no volume errors have occurred, mark the
2313 ntfs_warning(sb, "Volume has errors. Leaving volume "
2437 * volume will be marked as allocated to prevent errors which means we have to
2443 * in use. This means we return an underestimate on errors which is better than
2502 /* If errors occurred we may well have gone below zero, fix this. */
2521 * are in use. This means we return an underestimate on errors which is better
2567 /* If errors occurred we may well have gone below zero, fix this. */
2688 * If @silent is true, remain silent even if errors are detected. This is used