Searched defs:btrfs_scrub_progress (Results 1 – 1 of 1) sorted by relevance
86 struct btrfs_scrub_progress { struct87 __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 metadata97 __u64 no_csum; /* # of 4k data block for which no csum100 __u64 csum_discards; /* # of csum for which no data was found[all …]