Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dext4.h1297 #define EXT4_ERRORS_CONTINUE 1 /* Continue execution */ macro
1300 #define EXT4_ERRORS_DEFAULT EXT4_ERRORS_CONTINUE
Dsuper.c2963 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
4440 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in __ext4_fill_super()