Searched refs:EXFAT_ERRORS_PANIC (Results 1 – 3 of 3) sorted by relevance
659 #define EXFAT_ERRORS_PANIC 2 /* panic on error */ macro
3556 else if (opts->errors == EXFAT_ERRORS_PANIC) in exfat_show_options()3746 opts->errors = EXFAT_ERRORS_PANIC; in parse_options()
127 if (opts->errors == EXFAT_ERRORS_PANIC) { in fs_error()