Home
last modified time | relevance | path

Searched refs:bad_data (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_fm.c1138 const abd_t *bad_data, boolean_t drop_if_identical) in zfs_ereport_finish_checksum() argument
1144 good_data, bad_data, report->zcr_length, drop_if_identical); in zfs_ereport_finish_checksum()
1188 const abd_t *good_data, const abd_t *bad_data, zio_bad_cksum_t *zbc) in zfs_ereport_post_checksum() argument
1211 info = annotate_ecksum(ereport, zbc, good_data, bad_data, length, in zfs_ereport_post_checksum()
H A Dvdev_raidz.c1862 raidz_checksum_error(zio_t *zio, raidz_col_t *rc, abd_t *bad_data) in raidz_checksum_error() argument
1876 rc->rc_abd, bad_data, &zbc); in raidz_checksum_error()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h688 const abd_t *good_data, const abd_t *bad_data, boolean_t drop_if_identical);
695 uint64_t length, const abd_t *good_data, const abd_t *bad_data,