Searched refs:newvol (Results 1 – 5 of 5) sorted by relevance
272 vslist_t *newvol; in set_vol_list() local 311 newvol = (vslist_t *)calloc(1, sizeof (vslist_t)); in set_vol_list() 313 newvol->volname = (char *)calloc((strlen(vn) + 1), in set_vol_list() 315 (void) strcpy(newvol->volname, vn); in set_vol_list() 320 newvol->volhost = (char *)calloc((strlen(vh) + 1), in set_vol_list() 322 (void) strcpy(newvol->volhost, vh); in set_vol_list() 327 vslist = vs_top = newvol; in set_vol_list() 333 vslist = pre->next = newvol; in set_vol_list()
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"
410 typeset newvol=$fs/newvol.$stamp417 log_must $ZFS create -V $VOLSIZE $newvol418 datasets="$newfs $newvol"565 typeset newvol=$fs/nvol.$stamp583 user_run $user $ZFS create -V 150m -s $newvol584 if datasetexists $newvol ; then589 user_run $user $ZFS create -V 150m -s $newvol591 if ! datasetexists $newvol ; then594 log_must $ZFS destroy $newvol[all...]
425 int newvol; in getvol() local 458 newvol = nextvol; in getvol() 461 newvol = 0; in getvol() 471 newvol = nextvol; in getvol() 476 while (newvol <= 0) { in getvol() 508 newvol = atoi(tbf); in getvol() 509 if (newvol <= 0) { in getvol() 513 if (newvol > MAXTAPES) { in getvol() 517 newvol = 0; in getvol() 520 if (newvol in getvol() 1468 int rd, newvol; readtape() local [all...]
452 static void newvol(void);2342 newvol(); /* not worth it--just get new volume */ in putfile() 2435 newvol(); in putfile() 2482 newvol(); in putfile() 2529 newvol(); in putfile() 2651 newvol(); in splitfile() 2968 dumping = 0; /* for newvol(), et al: we are not writing */ in doxtract() 4062 newvol(); in xsfile() 4836 * newvol get new floppy (or tape) volume4838 * newvol(); reset4844 newvol(void) newvol() function [all...]