/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | Makefile | 45 test-merge-dedup/Makefile.ctftest \ 46 test-merge-dedup/test-merge-1.c \ 47 test-merge-dedup/test-merge-2.c \ 48 test-merge-dedup/test-merge-3.c \ 49 test-merge-dedup/test-merge-dedup.c \ 61 test-merge-dedup \ 81 check-merge-dedup \
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-dedup/ |
H A D | Makefile.ctftest | 16 TEST = test-merge-dedup 21 $(BUILDDIR)/test-merge-dedup.32.c.o 26 $(BUILDDIR)/test-merge-dedup.64.c.o 31 $(BUILDDIR)/test-merge-dedup.32.m.o 36 $(BUILDDIR)/test-merge-dedup.64.m.o
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/alloc_class/ |
H A D | alloc_class_013_pos.ksh | 36 log_must zpool create $TESTPOOL $ZPOOL_DISKS dedup $CLASS_DISK0 43 log_must zfs create -o dedup=on -V 2G $TESTPOOL/$TESTVOL
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/data/ |
H A D | dedup | 2 [dedup] w=0 g=0 a=0x0 - DEDUP
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send-c_recv_dedup.ksh | 43 log_must zfs create -o compress=lz4 -o dedup=verify $recvfs
|
H A D | send-wDR_encrypted_zvol.ksh | 69 log_must zfs create -o dedup=on -o encryption=on -o keyformat=passphrase \
|
H A D | rsend.kshlib | 678 feature[dedup]="1"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/removal/ |
H A D | removal_with_dedup.ksh | 27 log_must zfs set dedup=on $TESTPOOL
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | Makefile | 28 dedup \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.get_index_props.zcp | 26 props['dedup'] = {{'off', 'default'}, {nil, nil}}
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_crypt.h | 228 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 1920 uint64_t checksum, compress, refresrv, vbs, dedup; in zvol_dump_init() local 1972 zfs_prop_to_name(ZFS_PROP_DEDUP), &dedup, NULL); in zvol_dump_init() 2023 &dedup, tx); in zvol_dump_init() 2132 uint64_t checksum, compress, refresrv, vbs, dedup; in zvol_dump_fini() local 2170 zfs_prop_to_name(ZFS_PROP_DEDUP), 8, 1, &dedup) == 0) { in zvol_dump_fini() 2172 zfs_prop_to_name(ZFS_PROP_DEDUP), dedup); in zvol_dump_fini()
|
H A D | dmu.c | 2269 boolean_t dedup = B_FALSE; in dmu_write_policy() local 2338 dedup = (wp & WP_DMU_SYNC) ? B_FALSE : B_TRUE; in dmu_write_policy() 2351 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags & in dmu_write_policy() 2372 dedup = B_FALSE; in dmu_write_policy() 2386 zp->zp_dedup = dedup; in dmu_write_policy() 2387 zp->zp_dedup_verify = dedup && dedup_verify; in dmu_write_policy()
|
H A D | dsl_crypt.c | 2798 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd() argument 2832 if (encrypt && ot != DMU_OT_INTENT_LOG && !dedup) { in spa_do_crypt_abd() 2840 } else if (encrypt && dedup) { in spa_do_crypt_abd()
|
H A D | spa.c | 8356 metaslab_class_t *dedup = spa_dedup_class(spa); local 8367 if (mc != normal && mc != special && mc != dedup) 8390 ASSERT0(zfs_refcount_count(&dedup->mc_alloc_slots[i])); 8393 dedup->mc_alloc_max_slots[i] = slots_per_allocator; 8397 dedup->mc_alloc_throttle_enabled = zio_dva_throttle_enabled;
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 645 boolean_t dedup; member
|
H A D | libzfs_sendrecv.c | 1888 if (flags->dedup && !flags->dryrun && !(flags->raw && in zfs_send()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 2989 ctf_file_t *dedup; in ctf_dwarf_convert_one() local 3068 if ((ret = ctf_merge_dedup(cup->cu_cmh, &dedup)) != 0) { in ctf_dwarf_convert_one() 3074 cup->cu_ctfp = dedup; in ctf_dwarf_convert_one()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-utiltest.p5m | 1092 file path=opt/util-tests/tests/ctf/check-merge-dedup mode=0555 1114 dir path=opt/util-tests/tests/ctf/test-merge-dedup 1115 file path=opt/util-tests/tests/ctf/test-merge-dedup/Makefile.ctftest mode=0555 1116 file path=opt/util-tests/tests/ctf/test-merge-dedup/test-merge-1.c mode=0555 1117 file path=opt/util-tests/tests/ctf/test-merge-dedup/test-merge-2.c mode=0555 1118 file path=opt/util-tests/tests/ctf/test-merge-dedup/test-merge-3.c mode=0555 1119 file path=opt/util-tests/tests/ctf/test-merge-dedup/test-merge-dedup.c mode=0555
|
H A D | system-test-ostest.p5m | 87 file path=opt/os-tests/tests/hexdump/data/dedup mode=0444
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1197 double rL, rP, rD, D, dedup, compress, copies; in dump_dedup_ratio() local 1207 dedup = rD / D; in dump_dedup_ratio() 1213 dedup, compress, copies, dedup * compress / copies); in dump_dedup_ratio()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4068 flags.dedup = B_TRUE; in zfs_do_send() 4137 flags.backup || flags.dedup) { in zfs_do_send() 4180 flags.backup || flags.dedup || flags.holds || in zfs_do_send()
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 1575 egrep -v -e "^(mirror|raidz[1-3]|spare|log|cache|special|dedup)$")
|