Searched refs:newvol (Results 1 – 4 of 4) sorted by relevance
51 for dataset in $fs $newfs $fsclone $vol $newvol $volclone; do61 vol=$TESTPOOL/$TESTVOL ; newvol=$TESTPOOL/newvol; volclone=$TESTPOOL/volclone134 run_and_verify "zfs rename $vol $newvol"138 run_and_verify "zfs destroy $newvol"
411 typeset newvol=$fs/newvol.$stamp418 log_must zfs create -V $VOLSIZE $newvol419 datasets="$newfs $newvol"568 typeset newvol=$fs/nvol.$stamp586 user_run $user zfs create -V 150m -s $newvol587 if datasetexists $newvol ; then592 user_run $user zfs create -V 150m -s $newvol594 if ! datasetexists $newvol ; then597 log_must zfs destroy $newvol601 user_run $user zfs create -V 150m $newvol[all …]
426 int newvol; in getvol() local459 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 …]
454 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() function8065 newvol(); in put_link()