Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dext4.h1292 #define EXT4_ERRORS_CONTINUE 1 /* Continue execution */ macro
1295 #define EXT4_ERRORS_DEFAULT EXT4_ERRORS_CONTINUE
Dsuper.c2582 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
4028 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()