Home
last modified time | relevance | path

Searched refs:EXT2_ERRORS_CONTINUE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dext2.h396 #define EXT2_ERRORS_CONTINUE 1 /* Continue execution */ macro
399 #define EXT2_ERRORS_DEFAULT EXT2_ERRORS_CONTINUE
H A Dsuper.c268 def_errors == EXT2_ERRORS_CONTINUE) { in ext2_show_options()
900 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_CONTINUE) in ext2_fill_super()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch867 -#define EXT2_ERRORS_CONTINUE 1 /* Continue execution */
870 -#define EXT2_ERRORS_DEFAULT EXT2_ERRORS_CONTINUE