Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h1277 #define EXT4_ERRORS_CONTINUE 1 /* Continue execution */ macro
1280 #define EXT4_ERRORS_DEFAULT EXT4_ERRORS_CONTINUE
H A Dsuper.c2603 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
4178 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()