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.kshlib411 typeset newvol=$fs/newvol.$stamp
418 log_must zfs create -V $VOLSIZE $newvol
419 datasets="$newfs $newvol"
568 typeset newvol=$fs/nvol.$stamp
586 user_run $user zfs create -V 150m -s $newvol
587 if datasetexists $newvol ; then
592 user_run $user zfs create -V 150m -s $newvol
594 if ! datasetexists $newvol ; then
597 log_must zfs destroy $newvol
601 user_run $user zfs create -V 150m $newvol
[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()
514 if (newvol > MAXTAPES) { in getvol()
518 newvol = 0; in getvol()
521 if (newvol == volno) { in getvol()
[all …]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c454 static void newvol(void);
2345 newvol(); /* not worth it--just get new volume */ in putfile()
2438 newvol(); in putfile()
2485 newvol(); in putfile()
2532 newvol(); in putfile()
2654 newvol(); in splitfile()
4065 newvol(); in xsfile()
4847 newvol(void) in newvol() function
8065 newvol(); in put_link()