Home
last modified time | relevance | path

Searched refs:dedup (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_013_pos.ksh36 log_must zpool create $TESTPOOL $ZPOOL_DISKS dedup $CLASS_DISK0
43 log_must zfs create -o dedup=on -V 2G $TESTPOOL/$TESTVOL
H A Dalloc_class_001_pos.ksh35 for type in special dedup; do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drecv_dedup.ksh41 typeset sendfile_compressed=$STF_SUITE/tests/functional/rsend/dedup.zsend.bz2
42 typeset sendfile=/$TESTPOOL/dedup.zsend
H A Dsend-c_recv_dedup.ksh43 log_must zfs create -o compress=lz4 -o dedup=verify $recvfs
H A DMakefile.am59 dedup.zsend.bz2 \
H A Dsend-wR_encrypted_zvol.ksh65 log_must zfs create -o dedup=on -o encryption=on -o keyformat=passphrase \
H A Drsend.kshlib747 feature[dedup]="1"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_dedup.ksh27 log_must zfs set dedup=on $TESTPOOL
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_crypt.h221 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp27 props['dedup'] = {{'off', 'default'}, {nil, nil}}
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c1939 boolean_t dedup = B_FALSE; in dmu_write_policy() local
2010 dedup = (wp & WP_DMU_SYNC) ? B_FALSE : B_TRUE; in dmu_write_policy()
2023 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags & in dmu_write_policy()
2044 dedup = B_FALSE; in dmu_write_policy()
2059 zp->zp_dedup = dedup; in dmu_write_policy()
2060 zp->zp_dedup_verify = dedup && dedup_verify; in dmu_write_policy()
H A Ddsl_crypt.c2768 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd() argument
2802 if (encrypt && ot != DMU_OT_INTENT_LOG && !dedup) { in spa_do_crypt_abd()
2810 } else if (encrypt && dedup) { in spa_do_crypt_abd()
H A Dspa.c8850 metaslab_class_t *dedup = spa_dedup_class(spa); local
8861 if (mc != normal && mc != special && mc != dedup)
8887 ASSERT0(zfs_refcount_count(&dedup->mc_allocator[i].
8893 dedup->mc_allocator[i].mca_alloc_max_slots =
8898 dedup->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c102 SYSCTL_NODE(_vfs_zfs, OID_AUTO, dedup, CTLFLAG_RW, 0, "ZFS dedup");
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1900 double rL, rP, rD, D, dedup, compress, copies; in dump_dedup_ratio() local
1910 dedup = rD / D; in dump_dedup_ratio()
1916 dedup, compress, copies, dedup * compress / copies); in dump_dedup_ratio()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2147 egrep -v -e "^(mirror|raidz[1-3]|spare|log|cache|special|dedup)$")