Searched refs:on_errors (Results 1 – 3 of 3) sorted by relevance
103 int mft_zone_multiplier = -1, on_errors = -1; in parse_options() local197 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors, in parse_options()258 if (on_errors != -1) { in parse_options()259 if (!on_errors) { in parse_options()301 if (on_errors != -1) in parse_options()302 vol->on_errors = on_errors; in parse_options()303 if (!vol->on_errors || vol->on_errors == ON_ERRORS_RECOVER) in parse_options()304 vol->on_errors |= ON_ERRORS_CONTINUE; in parse_options()686 if (!(NTFS_SB(sb)->on_errors & ON_ERRORS_RECOVER)) { in read_ntfs_boot_sector()1787 if (!(vol->on_errors & (ON_ERRORS_REMOUNT_RO | in load_system_files()[all …]
42 u8 on_errors; /* What to do on filesystem errors. */ member
2325 if (on_errors_arr[i].val & vol->on_errors) in ntfs_show_options()