Searched defs:btrfs_scrub_progress (Results 1 – 1 of 1) sorted by relevance
131 struct btrfs_scrub_progress { struct132 __u64 data_extents_scrubbed; /* # of data extents scrubbed */133 __u64 tree_extents_scrubbed; /* # of tree extents scrubbed */134 __u64 data_bytes_scrubbed; /* # of data bytes scrubbed */135 __u64 tree_bytes_scrubbed; /* # of tree bytes scrubbed */136 __u64 read_errors; /* # of read errors encountered (EIO) */137 __u64 csum_errors; /* # of failed csum checks */138 __u64 verify_errors; /* # of occurences, where the metadata142 __u64 no_csum; /* # of 4k data block for which no csum145 __u64 csum_discards; /* # of csum for which no data was found[all …]