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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dvolume.h48 u8 on_errors; /* What to do on filesystem errors. */ member in struct:__anon7648
H A Dsuper.c107 int mft_zone_multiplier = -1, on_errors = -1; local
177 else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors,
239 if (on_errors != -1) {
240 if (!on_errors) {
282 if (on_errors != -1)
283 vol->on_errors = on_errors;
284 if (!vol->on_errors || vol->on_errors == ON_ERRORS_RECOVER)
285 vol->on_errors |
[all...]
H A Dinode.c2294 if (on_errors_arr[i].val & vol->on_errors)

Completed in 34 milliseconds