Searched refs:compression (Results 1 - 25 of 126) sorted by relevance

123456

/freebsd-13-stable/tests/sys/cddl/zfs/tests/rootpool/
H A Drootpool_007_neg.ksh43 # the zfs rootfilesystem's compression property can not set to gzip[1-9]
48 # 3) set the rootfs's compression to gzip 1-9 which should fail.
63 log_must $ZFS set compression=$orig_compress $rootfs
71 typeset orig_compress=$(get_prop compression $rootfs)
73 typeset assert_msg="the zfs rootfs's compression property can not set to \
81 log_mustnot $ZFS set compression=${gtype[i]} $rootfs
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/
H A Dsetup.ksh31 log_must zfs set compression=on $TESTPOOL/$TESTFS
/freebsd-13-stable/tests/sys/cddl/zfs/tests/reservation/
H A Dsetup.ksh38 # Set compression=off to make sure the data is not compressed for
41 log_must $ZFS set compression=off $TESTPOOL
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zil/
H A Dsetup.ksh35 log_must $ZFS set compression=on $TESTPOOL
/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_003_pos.ksh46 # 3. Loop N times to set compression to test pool.
70 $ZFS set compression=off $TESTPOOL/$TESTFS
71 $ZFS set compression=on $TESTPOOL/$TESTFS
72 $ZFS set compression=off $TESTPOOL/$TESTFS
73 $ZFS set compression=on $TESTPOOL/$TESTFS
74 $ZFS set compression=off $TESTPOOL/$TESTFS
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/
H A Drootpool_007_pos.ksh37 # the zfs rootfilesystem's compression property can be set to gzip[1-9]
42 # 3) set the rootfs's compression to gzip 1-9 which should not fail.
49 log_must zfs set compression=$orig_compress $rootfs
52 typeset assert_msg="the zfs rootfs's compression property can be set to \
60 typeset orig_compress=$(get_prop compression $rootfs)
67 log_must zfs set compression=${gtype[i]} $rootfs
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh73 mountpoint none compression lz4
74 compression on compression off
75 compression lzjb acltype off
87 compression gzip compression gzip-$((RANDOM%9 + 1))
88 compression zstd compression zstd-$((RANDOM%9 + 1))
89 compression zstd-fast copies $((RANDOM%3 + 1))
90 compression zst
[all...]
H A Dhistory_003_pos.ksh40 # 2. Loop 300 times to set and remove compression to test dataset.
71 zfs set compression=off $spool/$sfs
72 zfs set compression=on $spool/$sfs
73 zfs set compression=off $spool/$sfs
74 zfs set compression=on $spool/$sfs
75 zfs set compression=off $spool/$sfs
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh30 . $STF_SUITE/tests/functional/compression/compress.cfg
34 # Create two files of exactly the same size. One with compression
38 # Use "zfs set" to turn on compression and create files before
48 log_note "Ensure compression is off"
49 log_must zfs set compression=off $TESTPOOL/$TESTFS
51 log_note "Writing file without compression..."
55 log_note "Add compression property to the dataset and write another file"
56 log_must zfs set compression=on $TESTPOOL/$TESTFS
H A Dcompress_002_pos.ksh33 . $STF_SUITE/tests/functional/compression/compress.cfg
37 # Create two files of exactly the same size. One with compression
43 # Create a dataset, turn on compression and create files before
53 log_note "Ensure compression is off"
54 log_must zfs set compression=off $TESTPOOL/$TESTCTR
56 log_note "Writing file without compression..."
60 log_note "Add compression property to the dataset and write another file"
61 log_must zfs set compression=on $TESTPOOL/$TESTCTR
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/compression
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.h15 // These functions implement stack frame compression and decompression. We store
21 namespace compression { namespace in namespace:gwp_asan
35 } // namespace compression
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_verbose.ksh144 expect=([compression]=on)
145 dry_create_parseable expect -o compression=on "$TESTPOOL/$TESTFS1"
148 expect=([compression]=on)
149 dry_create_parseable expect -p -o compression=on "$TESTPOOL/$TESTFS1"
150 expect=([compression]=on)
151 dry_create_parseable expect -p -o compression=on "$TESTPOOL/$TESTFS1/$TESTVOL"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_008_pos.ksh37 # setting bootfs on a dataset which has gzip compression enabled will not fail
41 # 2. create a filesystem on this pool and set the compression property to
60 compression enabled will not fail"
77 log_must zfs set compression=${gtype[i]} $COMP_FS
79 log_must zfs set compression=off $COMP_FS
/freebsd-13-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_008_neg.ksh42 # setting bootfs on a dataset which has gzip compression enabled will fail
46 # 2. create a filesytem on this pool and set the compression property to gzip1-9
73 compression enabled will fail"
90 log_must $ZFS set compression=${gtype[i]} $COMP_FS
92 log_must $ZFS set compression=off $COMP_FS
/freebsd-13-stable/tests/sys/cddl/zfs/tests/compression/
H A Dcompress_001_pos.ksh40 # Create two files of exactly the same size. One with compression
44 # Use "zfs set" to turn on compression and create files before
63 log_note "Ensure compression is off"
64 log_must $ZFS set compression=off $TESTPOOL/$TESTFS
66 log_note "Writing file without compression..."
70 log_note "Add compression property to the dataset and write another file"
71 log_must $ZFS set compression=on $TESTPOOL/$TESTFS
H A DMakefile6 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/compression
/freebsd-13-stable/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool_001_pos.ksh64 log_must $ZFS set compression=off $TESTPOOL/$TESTFS
86 log_must $ZFS inherit compression $TESTPOOL/$TESTFS
/freebsd-13-stable/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dgrow_replicas_001_pos.ksh65 log_must $ZFS set compression=off $TESTPOOL/$TESTFS
95 log_must $ZFS inherit compression $TESTPOOL/$TESTFS
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lrzip.c47 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; member in struct:write_lrzip
91 "Using external lrzip program for lrzip compression");
101 if (strcmp(key, "compression") == 0) {
105 data->compression = bzip2;
107 data->compression = gzip;
109 data->compression = lzo;
111 data->compression = none;
113 data->compression = zpaq;
117 } else if (strcmp(key, "compression-level") == 0) {
140 /* Specify compression typ
[all...]
/freebsd-13-stable/contrib/libarchive/tar/
H A Dbsdtar.c159 char compression, compression2; local
176 compression = compression2 = '\0';
377 if (compression != '\0')
380 compression);
381 compression = opt;
429 if (compression != '\0')
432 compression);
433 compression = opt;
437 if (compression != '\0')
440 compression);
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_truncated_filter.c36 test_truncation(const char *compression, argument
69 compression);
84 sprintf(path, "%s%d", compression, i);
119 compression);
123 sprintf(path, "%s%d", compression, i);
127 compression);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_010_pos.ksh76 compression true true \
112 compression true true \
144 compression true true \
H A Dzfs_allow_012_neg.ksh60 recordsize mountpoint checksum compression canmount atime \
66 recordsize mountpoint checksum compression canmount atime \
72 recordsize mountpoint checksum compression canmount atime \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_pool_001_pos.ksh64 log_must zfs set compression=off $TESTPOOL/$TESTFS
86 log_must zfs inherit compression $TESTPOOL/$TESTFS

Completed in 142 milliseconds

123456