Searched refs:on_errors (Results 1 – 3 of 3) sorted by relevance
108 int mft_zone_multiplier = -1, on_errors = -1; in parse_options() local178 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors, in parse_options()239 if (on_errors != -1) { in parse_options()240 if (!on_errors) { in parse_options()282 if (on_errors != -1) in parse_options()283 vol->on_errors = on_errors; in parse_options()284 if (!vol->on_errors || vol->on_errors == ON_ERRORS_RECOVER) in parse_options()285 vol->on_errors |= ON_ERRORS_CONTINUE; in parse_options()665 if (!(NTFS_SB(sb)->on_errors & ON_ERRORS_RECOVER)) { in read_ntfs_boot_sector()1765 if (!(vol->on_errors & (ON_ERRORS_REMOUNT_RO | in load_system_files()[all …]
55 u8 on_errors; /* What to do on filesystem errors. */ member
2331 if (on_errors_arr[i].val & vol->on_errors) in ntfs_show_options()