Searched defs:btrfs_scrub_progress (Results 1 – 2 of 2) sorted by relevance
157 struct btrfs_scrub_progress { struct158 __u64 data_extents_scrubbed; /* # of data extents scrubbed */159 __u64 tree_extents_scrubbed; /* # of tree extents scrubbed */160 __u64 data_bytes_scrubbed; /* # of data bytes scrubbed */161 __u64 tree_bytes_scrubbed; /* # of tree bytes scrubbed */162 __u64 read_errors; /* # of read errors encountered (EIO) */163 __u64 csum_errors; /* # of failed csum checks */164 __u64 verify_errors; /* # of occurrences, where the metadata168 __u64 no_csum; /* # of 4k data block for which no csum171 __u64 csum_discards; /* # of csum for which no data was found[all …]
3141 int btrfs_scrub_progress(struct btrfs_fs_info *fs_info, u64 devid, in btrfs_scrub_progress() function