Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h176 __le16 s_errors; /* Behaviour when detecting errors */ member
/openbmc/linux/include/linux/
H A Df2fs_fs.h153 __u8 s_errors[MAX_F2FS_ERRORS]; /* reason of image corrupts */ member
/openbmc/linux/fs/ext2/
H A Dsuper.c265 int def_errors = le16_to_cpu(es->s_errors); in ext2_show_options()
898 if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_PANIC) in ext2_fill_super()
900 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_CONTINUE) in ext2_fill_super()
H A Dext2.h428 __le16 s_errors; /* Behaviour when detecting errors */ member
/openbmc/linux/fs/ocfs2/
H A Docfs2_fs.h588 __le16 s_errors; /* Behaviour when detecting errors */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch110 - uint16_t s_errors; /* Behaviour when detecting errors */
899 - __u16 s_errors; /* Behaviour when detecting errors */
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst102 - s_errors
/openbmc/linux/fs/f2fs/
H A Dsuper.c4025 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_record_stop_reason()
4058 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_update_errors()
4397 memcpy(sbi->errors, raw_super->s_errors, MAX_F2FS_ERRORS); in f2fs_fill_super()
/openbmc/linux/fs/ext4/
H A Dsuper.c3013 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
4391 if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_PANIC) in ext4_set_def_opts()
4393 else if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_set_def_opts()
H A Dext4.h1317 __le16 s_errors; /* Behaviour when detecting errors */ member