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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dvolume.h48 u8 on_errors; /* What to do on filesystem errors. */ member in struct:__anon16920
H A Dsuper.c109 int mft_zone_multiplier = -1, on_errors = -1; local
179 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors,
240 if (on_errors != -1) {
241 if (!on_errors) {
283 if (on_errors != -1)
284 vol->on_errors = on_errors;
285 if (!vol->on_errors || vol->on_errors == ON_ERRORS_RECOVER)
286 vol->on_errors |
[all...]
H A Dinode.c2293 if (on_errors_arr[i].val & vol->on_errors)

Completed in 126 milliseconds