0001 What: /sys/fs/ubifsX_Y/error_magic
0002 Date: October 2021
0003 KernelVersion: 5.16
0004 Contact: linux-mtd@lists.infradead.org
0005 Description:
0006 Exposes magic errors: every node starts with a magic number.
0007
0008 This counter keeps track of the number of accesses of nodes
0009 with a corrupted magic number.
0010
0011 The counter is reset to 0 with a remount.
0012
0013 What: /sys/fs/ubifsX_Y/error_node
0014 Date: October 2021
0015 KernelVersion: 5.16
0016 Contact: linux-mtd@lists.infradead.org
0017 Description:
0018 Exposes node errors. Every node embeds its type.
0019
0020 This counter keeps track of the number of accesses of nodes
0021 with a corrupted node type.
0022
0023 The counter is reset to 0 with a remount.
0024
0025 What: /sys/fs/ubifsX_Y/error_crc
0026 Date: October 2021
0027 KernelVersion: 5.16
0028 Contact: linux-mtd@lists.infradead.org
0029 Description:
0030 Exposes crc errors: every node embeds a crc checksum.
0031
0032 This counter keeps track of the number of accesses of nodes
0033 with a bad crc checksum.
0034
0035 The counter is reset to 0 with a remount.