Searched refs:newvol (Results 1 - 5 of 5) 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/cmd/avs/dsstat/
H A Ddsstat.c272 vslist_t *newvol; local
311 newvol = (vslist_t *)calloc(1, sizeof (vslist_t));
313 newvol->volname = (char *)calloc((strlen(vn) + 1),
315 (void) strcpy(newvol->volname, vn);
320 newvol->volhost = (char *)calloc((strlen(vh) + 1),
322 (void) strcpy(newvol->volhost, vh);
327 vslist = vs_top = newvol;
333 vslist = pre->next = newvol;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib410 typeset newvol=$fs/newvol.$stamp
417 log_must zfs create -V $VOLSIZE $newvol
418 datasets="$newfs $newvol"
565 typeset newvol=$fs/nvol.$stamp
583 user_run $user zfs create -V 150m -s $newvol
584 if datasetexists $newvol ; then
589 user_run $user zfs create -V 150m -s $newvol
591 if ! datasetexists $newvol ; then
594 log_must zfs destroy $newvol
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c425 int newvol; local
458 newvol = nextvol;
461 newvol = 0;
471 newvol = nextvol;
476 while (newvol <= 0) {
508 newvol = atoi(tbf);
509 if (newvol <= 0) {
513 if (newvol > MAXTAPES) {
517 newvol = 0;
520 if (newvol
1468 int rd, newvol; local
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c452 static void newvol(void);
2343 newvol(); /* not worth it--just get new volume */
2436 newvol();
2483 newvol();
2530 newvol();
2652 newvol();
2969 dumping = 0; /* for newvol(), et al: we are not writing */
4063 newvol();
4837 * newvol get new floppy (or tape) volume
4839 * newvol(); reset
4845 newvol(void) function
[all...]

Completed in 347 milliseconds