Searched refs:s_errors (Results 1 – 9 of 9) sorted by relevance
176 __le16 s_errors; /* Behaviour when detecting errors */ member
156 __u8 s_errors[MAX_F2FS_ERRORS]; /* reason of image corrupts */ member
265 int def_errors = le16_to_cpu(es->s_errors); in ext2_show_options()899 if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_PANIC) in ext2_fill_super()901 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_CONTINUE) in ext2_fill_super()
433 __le16 s_errors; /* Behaviour when detecting errors */ member
588 __le16 s_errors; /* Behaviour when detecting errors */ member
102 - s_errors
3882 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_update_errors()4192 memcpy(sbi->errors, raw_super->s_errors, MAX_F2FS_ERRORS); in f2fs_fill_super()
2929 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()4313 if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_PANIC) in ext4_set_def_opts()4315 else if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_set_def_opts()
1337 __le16 s_errors; /* Behaviour when detecting errors */ member