Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c2986 int def_errors; in _ext4_show_options() local
3031 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
3032 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
3034 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
3036 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC) in _ext4_show_options()