• Home
  • Raw
  • Download

Lines Matching refs:stat

148 	struct btrfs_scrub_progress stat;  member
711 ++sctx->stat.malloc_errors; in scrub_fixup_nodatasum()
742 ++sctx->stat.corrected_errors; in scrub_fixup_nodatasum()
750 ++sctx->stat.uncorrectable_errors; in scrub_fixup_nodatasum()
805 ++sctx->stat.super_errors; in scrub_handle_errored_block()
859 sctx->stat.malloc_errors++; in scrub_handle_errored_block()
860 sctx->stat.read_errors++; in scrub_handle_errored_block()
861 sctx->stat.uncorrectable_errors++; in scrub_handle_errored_block()
872 sctx->stat.read_errors++; in scrub_handle_errored_block()
873 sctx->stat.uncorrectable_errors++; in scrub_handle_errored_block()
896 sctx->stat.unverified_errors++; in scrub_handle_errored_block()
906 sctx->stat.read_errors++; in scrub_handle_errored_block()
913 sctx->stat.csum_errors++; in scrub_handle_errored_block()
921 sctx->stat.verify_errors++; in scrub_handle_errored_block()
1153 sctx->stat.corrected_errors++; in scrub_handle_errored_block()
1163 sctx->stat.uncorrectable_errors++; in scrub_handle_errored_block()
1239 sctx->stat.malloc_errors++; in scrub_setup_recheck_block()
1830 ++sctx->stat.super_errors; in scrub_checksum_super()
1985 sctx->stat.malloc_errors++; in scrub_pages()
2004 sctx->stat.malloc_errors++; in scrub_pages()
2141 ++sctx->stat.csum_discards; in scrub_find_csum()
2176 sctx->stat.data_extents_scrubbed++; in scrub_extent()
2177 sctx->stat.data_bytes_scrubbed += len; in scrub_extent()
2183 sctx->stat.tree_extents_scrubbed++; in scrub_extent()
2184 sctx->stat.tree_bytes_scrubbed += len; in scrub_extent()
2199 ++sctx->stat.no_csum; in scrub_extent()
2531 sctx->stat.last_physical = map->stripes[num].physical + in scrub_stripe()
2534 sctx->stat.last_physical = physical; in scrub_stripe()
2731 if (sctx->stat.malloc_errors > 0) { in scrub_enumerate_chunks()
2955 memcpy(progress, &sctx->stat, sizeof(*progress)); in btrfs_scrub_dev()
3057 memcpy(progress, &sctx->stat, sizeof(*progress)); in btrfs_scrub_progress()
3126 sctx->stat.malloc_errors++; in copy_nocow_pages()
3167 sctx->stat.malloc_errors++; in copy_nocow_pages_worker()
3313 sctx->stat.malloc_errors++; in write_page_nocow()