Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c2967 int def_errors; in _ext4_show_options() local
3012 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
3013 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options()
3015 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
3017 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC) in _ext4_show_options()