Searched refs:CTR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_001_pos.ksh80 if datasetexists $CTR; then
81 log_must zfs destroy -Rf $CTR
98 $CTR|$FS)
161 $CTR) check_dataset datasetnonexists \
162 $CTR $FS $VOL $FSSNAP $VOLSNAP
168 $FS) check_dataset datasetexists $CTR $VOL
179 $VOL) check_dataset datasetexists $CTR $FS $FSSNAP
187 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP
195 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
214 for dtst in $CTR
[all...]
H A Dzfs_destroy_005_neg.ksh89 negative_test "-f" "$CTR $FS $VOL"
96 negative_test "-r -rf" "$CTR $FS $VOL"
99 # Get $FS mountpoint and make it busy, and verify 'zfs destroy $CTR' fails
107 negative_test "-R -rR" $CTR
116 check_dataset datasetexists $CTR $FS $VOL
138 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE
147 # Then verify 'zfs destroy $CTR' fails without '-f'.
156 negative_test "-R -rR" $CTR
157 check_dataset datasetexists $CTR $VOL
180 check_dataset datasetexists $CTR
[all...]
H A Dzfs_destroy_common.kshlib53 if ! datasetexists $CTR; then
54 log_must zfs create $CTR
108 if datasetexists $CTR; then
109 log_must zfs destroy -Rf $CTR

Completed in 63 milliseconds