Searched refs:s_errors (Results 1 – 7 of 7) sorted by relevance
240 int def_errors = le16_to_cpu(es->s_errors); in ext2_show_options()837 if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_PANIC) in ext2_fill_super()839 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_CONTINUE) in ext2_fill_super()
428 __le16 s_errors; /* Behaviour when detecting errors */ member
629 int def_errors = le16_to_cpu(es->s_errors); in ext3_show_options()1712 if (le16_to_cpu(sbi->s_es->s_errors) == EXT3_ERRORS_PANIC) in ext3_fill_super()1714 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT3_ERRORS_CONTINUE) in ext3_fill_super()
422 __le16 s_errors; /* Behaviour when detecting errors */ member
621 __le16 s_errors; /* Behaviour when detecting errors */ member
1754 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()3179 if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_PANIC) in ext4_fill_super()3181 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()
1025 __le16 s_errors; /* Behaviour when detecting errors */ member