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

/linux-master/fs/ext2/
H A Dsuper.c264 int def_errors = le16_to_cpu(es->s_errors); local
266 if (def_errors == EXT2_ERRORS_PANIC ||
267 def_errors == EXT2_ERRORS_CONTINUE) {
/linux-master/fs/ext4/
H A Dsuper.c2958 int def_errors; local
3003 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors);
3004 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO)
3006 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE)
3008 if (test_opt(sb, ERRORS_PANIC) && def_errors != EXT4_ERRORS_PANIC)

Completed in 400 milliseconds