Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/
H A Ddedup_quota.ksh82 log_must zfs set dedup=on $POOL
115 echo "$i" > $MOUNTDIR/dedup-$i.txt
164 rm $MOUNTDIR/dedup-$i.txt
203 log_must fio --directory=$MOUNTDIR --name=dedup-filler-1 \
H A Ddedup_legacy_fdt_mixed.ksh59 log_must zfs create -o dedup=skein $TESTPOOL/ds1
60 log_must zfs create -o dedup=blake3 $TESTPOOL/ds2
H A Ddedup_legacy_create.ksh45 -O dedup=on \
H A Ddedup_legacy_import.ksh45 -O dedup=on \
H A Ddedup_fdt_create.ksh52 -O dedup=on \
H A Ddedup_fdt_import.ksh52 -O dedup=on \
H A Ddedup_legacy_fdt_upgrade.ksh53 -O dedup=on \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A DTODO1 - If dedup enabled, block_cloning uses dedup.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_dedup.ksh48 log_must zfs set dedup=off $TESTPOOL/$TESTFS
58 log_must zfs set dedup=on $TESTPOOL/$TESTFS
/freebsd/sys/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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/json/
H A Dsetup.ksh39 dedup $TESTDIR/file11 \
49 dedup mirror $TESTDIR/file{24,25} \
/freebsd/sys/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 Dsend-wR_encrypted_zvol.ksh65 log_must zfs create -o dedup=on -o encryption=on -o keyformat=passphrase \
H A Drsend.kshlib706 feature[dedup]="1"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg31 DDT_ZAP_DEFAULT_BS dedup.ddt_zap_default_bs ddt_zap_default_bs
32 DDT_ZAP_DEFAULT_IBS dedup.ddt_zap_default_ibs ddt_zap_default_ibs
34 DEDUP_LOG_TXG_MAX dedup.log_txg_max zfs_dedup_log_txg_max
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_dedup.ksh27 log_must zfs set dedup=on $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_prefetch/
H A Dzpool_prefetch_001_pos.ksh78 log_must zfs create -o dedup=on $DATASET
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_clone_livelist_dedup.ksh48 log_must zfs set dedup=on $TESTPOOL/$TESTCLONE
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_crypt.h223 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp27 props['dedup'] = {{'off', 'default'}, {nil, nil}}
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c2315 boolean_t dedup = B_FALSE; in dmu_write_policy() local
2418 dedup = (wp & WP_DMU_SYNC) ? B_FALSE : B_TRUE; in dmu_write_policy()
2431 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags & in dmu_write_policy()
2452 dedup = B_FALSE; in dmu_write_policy()
2467 zp->zp_dedup = dedup; in dmu_write_policy()
2468 zp->zp_dedup_verify = dedup && dedup_verify; in dmu_write_policy()
/freebsd/tools/tools/nanobsd/
H A Ddefaults.sh512 cat ${NANO_METALOG}.pre | ${NANO_TOOLS}/mtree-dedup.awk | \
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c104 SYSCTL_NODE(_vfs_zfs, OID_AUTO, dedup, CTLFLAG_RW, 0, "ZFS dedup");

12