Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dnilfs2_ondisk.h176 __le16 s_errors; /* Behaviour when detecting errors */ member
/Linux-v6.6/include/linux/
Df2fs_fs.h156 __u8 s_errors[MAX_F2FS_ERRORS]; /* reason of image corrupts */ member
/Linux-v6.6/fs/ext2/
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()
Dext2.h428 __le16 s_errors; /* Behaviour when detecting errors */ member
/Linux-v6.6/fs/ocfs2/
Docfs2_fs.h588 __le16 s_errors; /* Behaviour when detecting errors */ member
/Linux-v6.6/Documentation/filesystems/ext4/
Dsuper.rst102 - s_errors
/Linux-v6.6/fs/f2fs/
Dsuper.c4033 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_record_stop_reason()
4066 memcpy(F2FS_RAW_SUPER(sbi)->s_errors, sbi->errors, in f2fs_update_errors()
4398 memcpy(sbi->errors, raw_super->s_errors, MAX_F2FS_ERRORS); in f2fs_fill_super()
/Linux-v6.6/fs/ext4/
Dsuper.c3004 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
4382 if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_PANIC) in ext4_set_def_opts()
4384 else if (le16_to_cpu(es->s_errors) == EXT4_ERRORS_CONTINUE) in ext4_set_def_opts()
Dext4.h1307 __le16 s_errors; /* Behaviour when detecting errors */ member