Home
last modified time | relevance | path

Searched refs:ci_dedup (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzio_checksum.h47 boolean_t ci_dedup; /* strong enough for dedup? */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c118 ASSERT(zio_checksum_table[child & ZIO_CHECKSUM_MASK].ci_dedup || in zio_checksum_dedup_select()
H A Ddmu.c1420 ASSERT(zio_checksum_table[chksum].ci_dedup); in dmu_sync_done()
1805 if (!zio_checksum_table[checksum].ci_dedup) in dmu_write_policy()
1815 nopwrite = (!dedup && zio_checksum_table[checksum].ci_dedup && in dmu_write_policy()
H A Dzio.c1134 ASSERT(zio_checksum_table[zp->zp_checksum].ci_dedup || in zio_write_bp_init()
2019 !zio_checksum_table[BP_GET_CHECKSUM(bp)].ci_dedup || in zio_nop_write()
2031 ASSERT(zio_checksum_table[zp->zp_checksum].ci_dedup); in zio_nop_write()
2313 if (!zio_checksum_table[zp->zp_checksum].ci_dedup) { in zio_ddt_write()
H A Dddt.c62 boolean_t prehash = zio_checksum_table[ddt->ddt_checksum].ci_dedup; in ddt_object_create()
H A Ddmu_send.c274 if (zio_checksum_table[drrw->drr_checksumtype].ci_dedup) in dump_write()