Searched refs:s_errors (Results 1 – 5 of 5) sorted by relevance
268 int def_errors = le16_to_cpu(es->s_errors); in ext2_show_options()920 if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_PANIC) in ext2_fill_super()922 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_CONTINUE) in ext2_fill_super()
424 __le16 s_errors; /* Behaviour when detecting errors */ member
590 __le16 s_errors; /* Behaviour when detecting errors */ member
2309 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()3844 if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_PANIC) in ext4_fill_super()3846 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()
1241 __le16 s_errors; /* Behaviour when detecting errors */ member