Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dext4.h1198 #define EXT4_ERRORS_CONTINUE 1 /* Continue execution */ macro
1201 #define EXT4_ERRORS_DEFAULT EXT4_ERRORS_CONTINUE
Dsuper.c2194 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
3735 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()