Home
last modified time | relevance | path

Searched refs:s_errors (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
Dnilfs2_fs.h178 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-4.1.27/fs/ext2/
Dsuper.c249 int def_errors = le16_to_cpu(es->s_errors); in ext2_show_options()
867 if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_PANIC) in ext2_fill_super()
869 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_CONTINUE) in ext2_fill_super()
Dext2.h433 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-4.1.27/fs/ext3/
Dsuper.c640 int def_errors = le16_to_cpu(es->s_errors); in ext3_show_options()
1777 if (le16_to_cpu(sbi->s_es->s_errors) == EXT3_ERRORS_PANIC) in ext3_fill_super()
1779 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT3_ERRORS_CONTINUE) in ext3_fill_super()
Dext3.h424 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h630 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-4.1.27/fs/ext4/
Dsuper.c1825 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
3587 if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_PANIC) in ext4_fill_super()
3589 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()
Dext4.h1123 __le16 s_errors; /* Behaviour when detecting errors */ member