Home
last modified time | relevance | path

Searched defs:btrfs_scrub_progress (Results 1 – 1 of 1) sorted by relevance

/include/uapi/linux/
Dbtrfs.h86 struct btrfs_scrub_progress { struct
87 __u64 data_extents_scrubbed; /* # of data extents scrubbed */
88 __u64 tree_extents_scrubbed; /* # of tree extents scrubbed */
89 __u64 data_bytes_scrubbed; /* # of data bytes scrubbed */
90 __u64 tree_bytes_scrubbed; /* # of tree bytes scrubbed */
91 __u64 read_errors; /* # of read errors encountered (EIO) */
92 __u64 csum_errors; /* # of failed csum checks */
93 __u64 verify_errors; /* # of occurences, where the metadata
97 __u64 no_csum; /* # of 4k data block for which no csum
100 __u64 csum_discards; /* # of csum for which no data was found
[all …]