drm: add modifiers for MediaTek tiled formats
[drm/drm-misc.git] / Documentation / ABI / testing / sysfs-fs-ubifs
blobaf5afda30220046011e05a4f9745ed47ec64153d
1 What:           /sys/fs/ubifsX_Y/error_magic
2 Date:           October 2021
3 KernelVersion:  5.16
4 Contact:        linux-mtd@lists.infradead.org
5 Description:
6                 Exposes magic errors: every node starts with a magic number.
8                 This counter keeps track of the number of accesses of nodes
9                 with a corrupted magic number.
11                 The counter is reset to 0 with a remount.
13 What:           /sys/fs/ubifsX_Y/error_node
14 Date:           October 2021
15 KernelVersion:  5.16
16 Contact:        linux-mtd@lists.infradead.org
17 Description:
18                 Exposes node errors. Every node embeds its type.
20                 This counter keeps track of the number of accesses of nodes
21                 with a corrupted node type.
23                 The counter is reset to 0 with a remount.
25 What:           /sys/fs/ubifsX_Y/error_crc
26 Date:           October 2021
27 KernelVersion:  5.16
28 Contact:        linux-mtd@lists.infradead.org
29 Description:
30                 Exposes crc errors: every node embeds a crc checksum.
32                 This counter keeps track of the number of accesses of nodes
33                 with a bad crc checksum.
35                 The counter is reset to 0 with a remount.