Home
last modified time | relevance | path

Searched refs:EXT4_ERRORS_CONTINUE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h1279 #define EXT4_ERRORS_CONTINUE 1 /* Continue execution */ macro
1282 #define EXT4_ERRORS_DEFAULT EXT4_ERRORS_CONTINUE
H A Dsuper.c2577 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
4150 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4.h1276 #define EXT4_ERRORS_CONTINUE 1 /* Continue execution */ macro
1279 #define EXT4_ERRORS_DEFAULT EXT4_ERRORS_CONTINUE
H A Dsuper.c3008 if (test_opt(sb, ERRORS_CONT) && def_errors != EXT4_ERRORS_CONTINUE) in _ext4_show_options()
4385 else if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_set_def_opts()

Completed in 36 milliseconds