Searched refs:calculated_csum (Results 1 – 1 of 1) sorted by relevance
1842 u8 calculated_csum[BTRFS_CSUM_SIZE]; in scrub_checksum_tree_block() local1901 crypto_shash_final(shash, calculated_csum); in scrub_checksum_tree_block()1902 if (memcmp(calculated_csum, on_disk_csum, sctx->csum_size)) in scrub_checksum_tree_block()1914 u8 calculated_csum[BTRFS_CSUM_SIZE]; in scrub_checksum_super() local1964 crypto_shash_final(shash, calculated_csum); in scrub_checksum_super()1965 if (memcmp(calculated_csum, on_disk_csum, sctx->csum_size)) in scrub_checksum_super()