/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/ |
H A D | zfs_copies_001_pos.ksh | 37 # Verify "copies" property can be correctly set as 1,2 and 3 and different 38 # filesystem can have different value of "copies" property within the same pool. 41 # 1. Create different filesystems with copies set as 1,2,3; 42 # 2. Verify that the "copies" property has been set correctly 56 log_assert "Verify 'copies' property with correct arguments works or not." 67 # Check the default value for copies property 74 log_must zfs create -o copies=$val $fs1 76 log_must zfs create -V $VOLSIZE -o copies=$val $vol1 79 log_must zfs create -o copies=$val $vol1 86 log_must zfs create -o copies=$val2 $fs2 [all …]
|
H A D | zfs_copies.kshlib | 35 # Compare the value of copies property with specified value 37 # $2, the expected copies value 45 val_actual=$(get_prop copies $ds) 69 "copies as $expected_cfactor." 76 # $2 copies 81 typeset copies=$2 87 log_must zfs create -V $VOLSIZE -o compression=off -o copies=$copies \ 143 ((nfilesize = copies * ${FILESIZE%m})) 146 "copies as $copies ($used < $nfilesize)" \
|
H A D | zfs_copies_004_neg.ksh | 37 # Verify that copies cannot be set to other value except for 1, 2 or 3 40 # 1. Create filesystems with copies set as any value other than 1, 2 or 3 46 log_assert "Verify that copies property cannot be set to any value other than 1,2 or 3" 51 log_mustnot zfs create -o copies=$val $TESTPOOL/$TESTFS1 52 log_mustnot zfs create -V $VOLSIZE -o copies=$val $TESTPOOL/$TESTVOL1 53 log_mustnot zfs set copies=$val $TESTPOOL/$TESTFS 54 log_mustnot zfs set copies=$val $TESTPOOL/$TESTVOL 58 log_pass "The copies property cannot be set to any value other than 1,2 or 3 as expected"
|
H A D | zfs_copies_006_pos.ksh | 36 # Verify that the volume space used by multiple copies is charged correctly 41 # 3. Set the copies property of volume to 1,2 or 3 62 log_assert "Verify that ZFS volume space used by multiple copies is charged correctly." 71 for copies in 1 2 3; do 72 do_vol_test $NEWFS_DEFAULT_FS $copies $mntp 75 log_pass "The volume space used by multiple copies is charged correctly as expected. "
|
H A D | zfs_copies_005_neg.ksh | 37 # Verify that copies cannot be set with pool version 1 40 # 1. Create filesystems with copies set in a pool with version 1 61 log_assert "Verify that copies cannot be set with pool version 1" 73 log_mustnot zfs set copies=$val $ds 76 log_mustnot zfs create -o copies=$val $ds 80 log_pass "Verification pass: copies cannot be set with pool version 1. "
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/ |
H A D | zfs_copies_001_pos.ksh | 37 # Verify "copies" property can be correctly set as 1,2 and 3 and different 38 # filesystem can have different value of "copies" property within the same pool. 41 # 1. Create different filesystems with copies set as 1,2,3; 42 # 2. Verify that the "copies" property has been set correctly 67 log_assert "Verify 'copies' property with correct arguments works or not." 78 # Check the default value for copies property 85 log_must $ZFS create -o copies=$val $fs1 87 log_must $ZFS create -V $VOLSIZE -o copies=$val $vol1 89 log_must $ZFS create -o copies=$val $vol1 96 log_must $ZFS create -o copies=$val2 $fs2 [all …]
|
H A D | zfs_copies_004_neg.ksh | 37 # Verify that copies cannot be set to other value except for 1, 2 or 3 40 # 1. Create filesystems with copies set as any value other than 1, 2 or 3 55 log_assert "Verify that copies property cannot be set to any value other than 1,2 or 3" 60 log_mustnot $ZFS create -o copies=$val $TESTPOOL/$TESTFS1 61 log_mustnot $ZFS create -V $VOLSIZE -o copies=$val $TESTPOOL/$TESTVOL1 62 log_mustnot $ZFS set copies=$val $TESTPOOL/$TESTFS 63 log_mustnot $ZFS set copies=$val $TESTPOOL/$TESTVOL 66 log_pass "The copies property cannot be set to any value other than 1,2 or 3 as expected"
|
H A D | zfs_copies.kshlib | 30 # Compare the value of copies property with specified value 32 # $2, the expected copies value 40 val_actual=$(get_prop copies $ds) 81 "copies as $expected_cfactor." 88 # $2 copies 100 log_must $ZFS create -V $VOLSIZE -o copies=$copy $vol 131 "copies as $copy"
|
H A D | zfs_copies_005_neg.ksh | 37 # Verify that copies cannot be set with pool version 1 40 # 1. Create filesystems with copies set in a pool with version 1 66 log_assert "Verify that copies cannot be set with pool version 1" 77 log_mustnot $ZFS set copies=$val $ds 80 log_mustnot $ZFS create -o copies=$val $ds 84 log_pass "Verification pass: copies cannot be set with pool version 1. "
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | receive-o-x_props_aliases.ksh | 115 log_must eval "zfs set copies=2 $orig" 123 log_must eval "check_prop_source $dest copies 2 received" 128 log_must eval "check_prop_inherit $destsub copies $dest" 146 log_must eval "zfs set copies=2 $orig" 149 log_must eval "check_prop_source $dest copies 2 received" 150 log_must eval "check_prop_inherit $destsub copies $dest" 152 log_must eval "zfs set copies=3 $orig" 160 log_must eval "zfs recv -F -x copies -x compress $dest < $streamfile_incr" 161 log_must eval "check_prop_source $dest copies 1 default" 162 log_must eval "check_prop_received $dest copies 3" [all …]
|
H A D | receive-o-x_props_override.ksh | 117 log_must eval "zfs set copies=2 $orig" 128 log_must eval "check_prop_source $dest copies 2 received" 133 log_must eval "check_prop_inherit $destsub copies $dest" 160 log_must eval "zfs set copies=2 $orig" 165 log_must eval "check_prop_source $dest copies 2 received" 166 log_must eval "check_prop_inherit $destsub copies $dest" 170 log_must eval "zfs set copies=3 $orig" 179 log_must eval "zfs recv -F -x copies -x compression -x '$userprop:orig' " \ 186 log_must eval "check_prop_source $dest copies 1 default" 187 log_must eval "check_prop_received $dest copies 3" [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
H A D | removal_nopwrite.ksh | 40 log_must zfs set copies=1 $origin 44 log_must zfs set copies=3 $origin 48 log_must zfs set copies=1 $origin 52 log_must zfs set copies=3 $origin 63 log_must zfs set copies=1 $origin/clone 68 log_must zfs set copies=3 $origin/clone 73 log_must zfs set copies=1 $origin/clone 78 log_must zfs set copies=3 $origin/clone 101 log_must zfs set copies=1 $origin/clone 106 log_must zfs set copies=3 $origin/clone [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_copies.ksh | 23 # Verify that nopwrite is not enabled if the copies property changes 26 # 1. Create a clone with copies set higher than the origin fs 28 # 3. Repeat with the number of copies decreased. 41 log_assert "nopwrite requires copies property to remain constant" 50 zfs set copies=3 $origin/clone 60 log_must zfs set copies=3 $origin 66 zfs set copies=1 $origin/clone 71 log_pass "nopwrite requires copies property to remain constant"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
H A D | bclone_diffprops_all.ksh | 40 log_must zfs set copies=1 $TESTSRCFS 44 log_must zfs set copies=3 $TESTDSTFS 53 log_must zfs set copies=2 $TESTSRCFS 57 log_must zfs set copies=1 $TESTDSTFS 66 log_must zfs set copies=2 $TESTSRCFS 70 log_must zfs set copies=3 $TESTDSTFS 79 log_must zfs inherit copies $TESTSRCFS 83 log_must zfs inherit copies $TESTDSTFS
|
H A D | bclone_diffprops_copies.ksh | 37 log_assert "Verify block cloning across datasets with different copies properties" 44 log_must zfs set copies=$srcprop $TESTSRCFS 45 log_must zfs set copies=$dstprop $TESTDSTFS 56 log_must zfs inherit copies $TESTSRCFS 57 log_must zfs inherit copies $TESTDSTFS
|
/freebsd/contrib/ldns/ldns/ |
H A D | host2wire.h | 35 * Copies the dname data to the buffer in wire format 43 * Copies the dname data to the buffer in wire format 52 * Copies the rdata data to the buffer in wire format 60 * Copies the rdata data to the buffer in wire format 69 * Copies the rdata data to the buffer in wire format 80 * Copies the rr data to the buffer in wire format 92 * Copies the rr data to the buffer in wire format while doing DNAME compression 106 * Copies the rr data to the buffer in wire format, in canonical format 142 * Copies the packet data to the buffer in wire format 150 * Copies the packet data to the buffer in wire format [all …]
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | memcpy-sve.S | 39 SVE vectors are used to speedup small copies. 41 Copies are split into 3 main cases: small copies of up to 32 bytes, medium 42 copies of up to 128 bytes, and large copies. The overhead of the overlap 43 check is negligible since it is only required for large copies. 45 Large copies use a software pipelined loop processing 64 bytes per iteration. 66 /* Medium copies: 33..128 bytes. */ 132 /* Large backwards copy for overlapping copies.
|
H A D | memcpy-advsimd.S | 44 Copies are split into 3 main cases: small copies of up to 32 bytes, medium 45 copies of up to 128 bytes, and large copies. The overhead of the overlap 46 check is negligible since it is only required for large copies. 48 Large copies use a software pipelined loop processing 64 bytes per iteration. 63 /* Small copies: 0..32 bytes. */ 73 /* Medium copies: 33..128 bytes. */ 172 /* Large backwards copy for overlapping copies.
|
H A D | memcpy.S | 47 Copies are split into 3 main cases: small copies of up to 32 bytes, medium 48 copies of up to 128 bytes, and large copies. The overhead of the overlap 49 check is negligible since it is only required for large copies. 51 Large copies use a software pipelined loop processing 64 bytes per iteration. 65 /* Small copies: 0..32 bytes. */ 107 /* Medium copies: 33..128 bytes. */ 195 /* Large backwards copy for overlapping copies.
|
/freebsd/share/man/man9/ |
H A D | OF_getprop.9 | 118 copies a maximum of 130 copies a maximum of 153 If the property is found, the function copies a maximum of 167 If the property is found, the function copies a maximum of 182 and copies the value into the newly allocated memory region. 202 copies the value into the newly allocated memory region, and 225 and copies the value into the newly allocated memory region. 250 and copies the value into the newly allocated memory region, and 281 copies a maximum of 289 is NULL, the function copies the name of the first property of the
|
/freebsd/contrib/diff/doc/ |
H A D | fdl.texi | 12 Everyone is permitted to copy and distribute verbatim copies 95 Examples of suitable formats for Transparent copies include plain 136 to the Document are reproduced in all copies, and that you add no other 139 copying of the copies you make or distribute. However, you may accept 140 compensation in exchange for copies. If you distribute a large enough 141 number of copies you must also follow the conditions in section 3. 143 You may also lend copies, under the same conditions stated above, and 144 you may publicly display copies. 149 If you publish printed copies (or copies in media that commonly have 152 copies in covers that carry, clearly and legibly, all these Cover [all …]
|
/freebsd/contrib/cortex-strings/src/aarch64/ |
H A D | memcpy.S | 94 /* Copies are split into 3 main cases: small copies of up to 16 bytes, 95 medium copies of 17..96 bytes which are fully unrolled. Large copies 98 Small and medium copies read all data before writing, allowing any 100 well as non-overlapping copies. 112 /* Medium copies: 17..96 bytes. */ 128 /* Small copies: 0..16 bytes. */ 146 /* Copy 0..3 bytes. Use a branchless sequence that copies the same 179 copies 64 bytes per iteration and prefetches one iteration ahead. */
|
/freebsd/crypto/heimdal/kuser/ |
H A D | copy_cred_cache.1 | 52 copies credentials from 60 Copies only krbtgt credentials for the client's realm. This is 64 Copies only credentials matching this service principal. 66 Copies only credentials a matching enctype. 68 Copies only credentials with these ticket flags set. 70 Copies only credentials that are valid for at least this long. This
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/ |
H A D | zpool_scrub_multiple_copies.ksh | 26 # copies that may be stored. 30 # 1. Create a dataset with copies=3 48 log_assert "Scrubs and self healing must work with additional copies" 50 log_must zfs create -o copies=3 $TESTPOOL/$TESTFS2 77 log_pass "Scrubs and self healing work with additional copies"
|
/freebsd/sys/arm64/arm64/ |
H A D | memcpy.S | 51 Copies are split into 3 main cases: small copies of up to 32 bytes, medium 52 copies of up to 128 bytes, and large copies. The overhead of the overlap 53 check is negligible since it is only required for large copies. 55 Large copies use a software pipelined loop processing 64 bytes per iteration. 69 /* Small copies: 0..32 bytes. */ 111 /* Medium copies: 33..128 bytes. */ 199 /* Large backwards copy for overlapping copies.
|