Lines Matching refs:stat
210 struct btrfs_scrub_progress stat;
979 sctx->stat.data_extents_scrubbed += stripe->nr_data_extents;
980 sctx->stat.tree_extents_scrubbed += stripe->nr_meta_extents;
981 sctx->stat.data_bytes_scrubbed += nr_data_sectors << fs_info->sectorsize_bits;
982 sctx->stat.tree_bytes_scrubbed += nr_meta_sectors << fs_info->sectorsize_bits;
983 sctx->stat.no_csum += nr_nodatacsum_sectors;
984 sctx->stat.read_errors += stripe->init_nr_io_errors;
985 sctx->stat.csum_errors += stripe->init_nr_csum_errors;
986 sctx->stat.verify_errors += stripe->init_nr_meta_errors;
987 sctx->stat.uncorrectable_errors +=
989 sctx->stat.corrected_errors += nr_repaired_sectors;
2058 sctx->stat.last_physical = physical + logical_length;
2278 sctx->stat.last_physical =
2281 sctx->stat.last_physical = physical;
2665 if (sctx->stat.malloc_errors > 0) {
2730 sctx->stat.malloc_errors++;
2752 sctx->stat.super_errors++;
2909 old_super_errors = sctx->stat.super_errors;
2927 if (sctx->stat.super_errors > old_super_errors && !sctx->readonly)
2940 memcpy(progress, &sctx->stat, sizeof(*progress));
3058 memcpy(progress, &sctx->stat, sizeof(*progress));