Searched refs:dedup (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c1845 boolean_t dedup = B_FALSE; local
1909 * Determine dedup setting. If we are in dmu_sync(),
1910 * we won't actually dedup now because that's all
1912 * dedup checkum. If the checksum is not strong
1917 dedup = (wp & WP_DMU_SYNC) ? B_FALSE : B_TRUE;
1927 * dedup is enabled as the two features are mutually
1930 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags &
1940 zp->zp_dedup = dedup;
1941 zp->zp_dedup_verify = dedup && dedup_verify;
H A Dzvol.c2360 uint64_t checksum, compress, refresrv, vbs, dedup; local
2412 zfs_prop_to_name(ZFS_PROP_DEDUP), &dedup, NULL);
2463 &dedup, tx);
2569 uint64_t checksum, compress, refresrv, vbs, dedup; local
2607 zfs_prop_to_name(ZFS_PROP_DEDUP), 8, 1, &dedup) == 0) {
2609 zfs_prop_to_name(ZFS_PROP_DEDUP), dedup);
H A Dddt.c41 * Enable/disable prefetching of dedup-ed blocks which are going to be freed.
46 SYSCTL_NODE(_vfs_zfs, OID_AUTO, dedup, CTLFLAG_RW, 0, "ZFS DEDUP");
48 0, "Enable/disable prefetching of dedup-ed blocks which are going to be freed");
758 * prefetch dedup blocks when there are entries in the DDT.
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h600 boolean_t dedup; member in struct:sendflags
H A Dlibzfs_sendrecv.c109 uint64_t max_ddt_size; /* max dedup table size in bytes */
110 uint64_t cur_ddt_size; /* current dedup table size in bytes */
167 * Using the specified dedup table, do a lookup for an entry with
169 * in *dr. Otherwise, insert a new entry in the dedup table, using
222 * This function is started in a separate thread when the dedup option
229 * dedup'ing by:
230 * 1. building a dedup table (the DDT)
361 * Use the existing checksum if it's dedup-capable,
1662 if (flags->dedup && !flags->dryrun) {
/freebsd-11.0-release/tools/tools/nanobsd/
H A Ddefaults.sh525 # The dedup tool's output must be sorted due to limitations in awk.
530 cat ${NANO_METALOG}.pre | ${NANO_TOOLS}/mtree-dedup.awk | \
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c152 (void) fprintf(stderr, " -D dedup statistics\n");
153 (void) fprintf(stderr, " -S simulate dedup to measure effect\n");
903 double rL, rP, rD, D, dedup, compress, copies; local
913 dedup = rD / D;
917 (void) printf("dedup = %.2f, compress = %.2f, copies = %.2f, "
918 "dedup * compress / copies = %.2f\n\n",
919 dedup, compress, copies, dedup * compress / copies);
1808 dump_none, /* fake dedup BP */
2273 * Extended object types to report deferred frees and dedup aut
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3806 flags.dedup = B_TRUE;
3837 flags.dedup) {
3880 flags.dedup || flags.dryrun || flags.verbose ||

Completed in 212 milliseconds