Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dnilfs2_ondisk.h176 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-6.1.9/include/linux/
Df2fs_fs.h156 __u8 s_errors[MAX_F2FS_ERRORS]; /* reason of image corrupts */ member
/linux-6.1.9/fs/ext2/
Dsuper.c265 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()
Dext2.h433 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-6.1.9/fs/ocfs2/
Docfs2_fs.h588 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-6.1.9/Documentation/filesystems/ext4/
Dsuper.rst102 - s_errors
/linux-6.1.9/fs/f2fs/
Dsuper.c3882 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()
/linux-6.1.9/fs/ext4/
Dsuper.c2929 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()
Dext4.h1337 __le16 s_errors; /* Behaviour when detecting errors */ member