Home
last modified time | relevance | path

Searched refs:zbc_has_cksum (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_checksum.h101 uint8_t zbc_has_cksum; /* expected/actual valid */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio_checksum.c518 info->zbc_has_cksum = 1; in zio_checksum_error_impl()
H A Dvdev_raidz.c1871 zbc.zbc_has_cksum = 0; in raidz_checksum_error()
2472 zbc.zbc_has_cksum = 0; in vdev_raidz_io_done_unrecoverable()
H A Dzfs_fm.c808 if (info != NULL && info->zbc_has_cksum) { in annotate_ecksum()