Home
last modified time | relevance | path

Searched refs:on_errors (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dsuper.c109 int mft_zone_multiplier = -1, on_errors = -1; in parse_options() local
203 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors, in parse_options()
264 if (on_errors != -1) { in parse_options()
265 if (!on_errors) { in parse_options()
307 if (on_errors != -1) in parse_options()
308 vol->on_errors = on_errors; in parse_options()
309 if (!vol->on_errors || vol->on_errors == ON_ERRORS_RECOVER) in parse_options()
310 vol->on_errors |= ON_ERRORS_CONTINUE; in parse_options()
692 if (!(NTFS_SB(sb)->on_errors & ON_ERRORS_RECOVER)) { in read_ntfs_boot_sector()
1793 if (!(vol->on_errors & (ON_ERRORS_REMOUNT_RO | in load_system_files()
[all …]
Dvolume.h56 u8 on_errors; /* What to do on filesystem errors. */ member
Dinode.c2347 if (on_errors_arr[i].val & vol->on_errors) in ntfs_show_options()