Searched refs:on_errors (Results 1 – 3 of 3) sorted by relevance
95 int mft_zone_multiplier = -1, on_errors = -1; in parse_options() local189 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors, in parse_options()250 if (on_errors != -1) { in parse_options()251 if (!on_errors) { in parse_options()293 if (on_errors != -1) in parse_options()294 vol->on_errors = on_errors; in parse_options()295 if (!vol->on_errors || vol->on_errors == ON_ERRORS_RECOVER) in parse_options()296 vol->on_errors |= ON_ERRORS_CONTINUE; in parse_options()678 if (!(NTFS_SB(sb)->on_errors & ON_ERRORS_RECOVER)) { in read_ntfs_boot_sector()1779 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()