Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dnilfs2_ondisk.h176 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-6.3-rc2/include/linux/
A Df2fs_fs.h156 __u8 s_errors[MAX_F2FS_ERRORS]; /* reason of image corrupts */ member
/linux-6.3-rc2/fs/ext2/
A 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()
A Dext2.h433 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-6.3-rc2/fs/ocfs2/
A Docfs2_fs.h588 __le16 s_errors; /* Behaviour when detecting errors */ member
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dsuper.rst102 - s_errors
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c3904 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_update_errors()
4160 memcpy(sbi->errors, raw_super->s_errors, MAX_F2FS_ERRORS); in f2fs_fill_super()
/linux-6.3-rc2/fs/ext4/
A Dsuper.c2931 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
4314 if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_PANIC) in ext4_set_def_opts()
4316 else if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_set_def_opts()
A Dext4.h1337 __le16 s_errors; /* Behaviour when detecting errors */ member

Completed in 52 milliseconds