Home
last modified time | relevance | path

Searched refs:spa_dedup_checksum (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_checksum.h136 extern enum zio_checksum spa_dedup_checksum(spa_t *spa);
H A Dspa_impl.h374 uint64_t spa_dedup_checksum; /* default dedup checksum */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio_checksum.c253 return (spa_dedup_checksum(spa)); in zio_checksum_dedup_select()
256 return (spa_dedup_checksum(spa) | ZIO_CHECKSUM_VERIFY); in zio_checksum_dedup_select()
H A Dspa_misc.c2505 spa_dedup_checksum(spa_t *spa) in spa_dedup_checksum() function
2507 return (spa->spa_dedup_checksum); in spa_dedup_checksum()
H A Dddt.c817 spa->spa_dedup_checksum = ZIO_DEDUPCHECKSUM; in ddt_create()
H A Dzio.c3302 zp->zp_checksum = spa_dedup_checksum(spa); in zio_ddt_write()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c2668 ZFS_PROP_CHECKSUM, spa_dedup_checksum(ztest_spa), in ztest_io()