Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnilfs2_ondisk.h94 __le16 s_errors; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnilfs2_ondisk.h75 __le16 s_errors; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dnilfs2_ondisk.h176 __le16 s_errors; /* Behaviour when detecting errors */ member
/kernel/linux/linux-5.10/fs/ext2/
Dsuper.c268 int def_errors = le16_to_cpu(es->s_errors); in ext2_show_options()
900 if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_PANIC) in ext2_fill_super()
902 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT2_ERRORS_CONTINUE) in ext2_fill_super()
Dext2.h434 __le16 s_errors; /* Behaviour when detecting errors */ member
/kernel/linux/linux-5.10/fs/ocfs2/
Docfs2_fs.h590 __le16 s_errors; /* Behaviour when detecting errors */ member
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c2563 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
4136 if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_PANIC) in ext4_fill_super()
4138 else if (le16_to_cpu(sbi->s_es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_fill_super()
Dext4.h1306 __le16 s_errors; /* Behaviour when detecting errors */ member