Home
last modified time | relevance | path

Searched refs:newfs (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_realloc_encrypted_files.ksh49 destroy_dataset $POOL/newfs "-rR"
68 log_must zfs set atime=off $POOL/newfs
107 log_must zfs load-key $POOL/newfs
108 log_must zfs mount $POOL/newfs
109 actual_cksum=$(recursive_cksum /$POOL/newfs)
110 log_must zfs umount $POOL/newfs
111 log_must zfs unload-key $POOL/newfs
120 log_must zfs destroy $POOL/newfs@snap${last_snap}
H A Dsend_realloc_files.ksh47 destroy_dataset $POOL/newfs "-rR"
60 log_must zfs set atime=off $POOL/newfs
98 actual_cksum=$(recursive_cksum /$POOL/newfs)
107 log_must zfs destroy $POOL/newfs@snap${last_snap}
H A Dsend_realloc_dnode_size.ksh56 if datasetexists $POOL/newfs ; then
57 log_must zfs destroy -rR $POOL/newfs
H A Dsend_spill_block.ksh43 destroy_dataset $POOL/newfs "-rR"
150 actual_cksum=$(recursive_cksum /$POOL/newfs)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/
H A Drootpool_003_neg.ksh55 log_mustnot zfs rename $rootfs $rootpool/newfs
56 log_mustnot zfs rename -f $rootfs $rootpool/newfs
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename.kshlib97 typeset newfs=${dataset[i]}-new
99 typeset mntp=$(get_prop mountpoint $newfs)
100 log_must zfs destroy -f $newfs
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh51 for dataset in $fs $newfs $fsclone $vol $newvol $volclone; do
60 fs=$TESTPOOL/$TESTFS1; newfs=$TESTPOOL/newfs; fsclone=$TESTPOOL/clone
190 run_and_verify "zfs rename $fs $newfs"
194 run_and_verify "zfs destroy $newfs"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib412 typeset newfs=$fs/newfs.$stamp
417 log_must zfs create $newfs
418 typeset datasets="$newfs"
422 datasets="$newfs $newvol"
569 typeset newfs=$fs/nfs.$stamp
572 user_run $user zfs create $newfs
573 if datasetexists $newfs ; then
578 user_run $user zfs create $newfs
580 if ! datasetexists $newfs ; then
584 log_must zfs destroy $newfs
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg131 newfs
H A Dlibtest.shlib4030 newfs "$@"
4033 echo y | newfs -v "$@"
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c3891 char *fsname, boolean_t zoned, boolean_t recursive, boolean_t newfs, in zfs_setup_cmdline_props() argument
3980 prop == ZFS_PROP_ENCRYPTION) && !newfs && in zfs_setup_cmdline_props()
4093 boolean_t newfs = B_FALSE; in zfs_receive_one() local
4510 newfs = B_TRUE; in zfs_receive_one()
4573 newfs = B_TRUE; in zfs_receive_one()
4791 if (newfs) { in zfs_receive_one()
4884 if ((newfs || stream_avl) && type == ZFS_TYPE_FILESYSTEM && !redacted) in zfs_receive_one()