Home
last modified time | relevance | path

Searched refs:newvol (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh51 for dataset in $fs $newfs $fsclone $vol $newvol $volclone; do
61 vol=$TESTPOOL/$TESTVOL ; newvol=$TESTPOOL/newvol; volclone=$TESTPOOL/volclone
134 run_and_verify "zfs rename $vol $newvol"
138 run_and_verify "zfs destroy $newvol"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib415 typeset newvol=$fs/newvol.$stamp
423 datasets="$newfs $newvol"
572 typeset newvol=$fs/nvol.$stamp
591 if datasetexists $newvol ; then
598 if ! datasetexists $newvol ; then
601 log_must zfs destroy $newvol
606 if datasetexists $newvol ; then
613 if datasetexists $newvol ; then
620 if datasetexists $newvol ; then
627 if datasetexists $newvol ; then
[all …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c426 int newvol; in getvol() local
459 newvol = nextvol; in getvol()
462 newvol = 0; in getvol()
472 newvol = nextvol; in getvol()
477 while (newvol <= 0) { in getvol()
509 newvol = atoi(tbf); in getvol()
510 if (newvol <= 0) { in getvol()
518 newvol = 0; in getvol()
565 volno = newvol; in getvol()
1465 int rd, newvol; in readtape() local
[all …]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c453 static void newvol(void);
2344 newvol(); /* not worth it--just get new volume */ in putfile()
2437 newvol(); in putfile()
2484 newvol(); in putfile()
2531 newvol(); in putfile()
2653 newvol(); in splitfile()
4064 newvol(); in xsfile()
4846 newvol(void) in newvol() function
8052 newvol(); in put_link()