Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dsuper.c35 ON_ERRORS_PANIC = 0x01, enumerator
41 { "panic", ON_ERRORS_PANIC },
297 { ON_ERRORS_PANIC, "panic" },
314 } else if (vol->on_errors == ON_ERRORS_PANIC) { in ntfs_handle_error()