Searched refs:rst_root (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_005_neg.ksh60 datasetexists $rst_root && \
61 log_must zfs destroy -Rf $rst_root
74 rst_root=$TESTPOOL/rst_ctr
75 rst_init_snap=$rst_root/$TESTFS@init_snap
76 rst_inc_snap=$rst_root/$TESTFS@inc_snap
80 log_must zfs create $rst_root
86 log_mustnot eval "zfs receive -d $rst_root </dev/zero"
95 log_must touch $ZFSROOT/$rst_root/$TESTFS/tmpfile
97 log_mustnot eval "zfs receive -d $rst_root < $inc_bkup"
H A Dzfs_receive_002_pos.ksh63 for ds in $rst_vol $rst_root; do
74 rst_root=$TESTPOOL/rst_ctr
75 rst_vol=$rst_root/$TESTVOL
81 log_must zfs create $rst_root
84 log_must zfs set mountpoint=$TESTDIR1 $rst_root
H A Dzfs_receive_001_pos.ksh51 datasetexists $rst_root && \
52 log_must zfs destroy -Rf $rst_root
66 datasetexists $rst_root && \
67 log_must zfs destroy -Rf $rst_root
71 log_must zfs create $rst_root
72 log_must zfs set mountpoint=$TESTDIR1 $rst_root
82 rst_root=$TESTPOOL/rst_ctr
83 rst_fs=${rst_root}/$TESTFS
100 typeset leaf_fs=${rst_root}/${relative_path}
104 set -A rst_snap "$rst_root/
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_001_pos.ksh57 datasetexists $rst_root && \
58 log_must zfs destroy -Rf $rst_root
83 rst_root=$TESTPOOL/rst_ctr
84 rst_snap=$rst_root/$TESTFS@init_snap
85 rst_inc_snap=$rst_root/$TESTFS@inc_snap
93 log_must zfs create $rst_root
96 log_must zfs set mountpoint=$TESTDIR1 $rst_root

Completed in 44 milliseconds