Lines Matching refs:dryrun
488 boolean_t dryrun = B_FALSE; in zpool_do_add() local
503 dryrun = B_TRUE; in zpool_do_add()
541 nvroot = make_root_vdev(zhp, force, !force, B_FALSE, dryrun, in zpool_do_add()
548 if (dryrun) { in zpool_do_add()
644 boolean_t dryrun = B_FALSE; in zpool_do_create() local
663 dryrun = B_TRUE; in zpool_do_create()
775 nvroot = make_root_vdev(NULL, force, !force, B_FALSE, dryrun, in zpool_do_create()
863 if (dryrun) { in zpool_do_create()
1820 boolean_t dryrun = B_FALSE; in zpool_do_import() local
1863 dryrun = B_TRUE; in zpool_do_import()
1927 if ((dryrun || xtreme_rewind) && !do_rewind) { in zpool_do_import()
1932 if (dryrun) in zpool_do_import()
3259 flags.dryrun = B_FALSE; in zpool_do_split()
3276 flags.dryrun = B_TRUE; in zpool_do_split()
3336 if (flags.dryrun) { in zpool_do_split()
3346 if (ret != 0 || flags.dryrun || !flags.import) in zpool_do_split()
3512 boolean_t dryrun = B_FALSE; in zpool_do_clear() local
3527 dryrun = B_TRUE; in zpool_do_clear()
3552 if ((dryrun || xtreme_rewind) && !do_rewind) { in zpool_do_clear()
3557 if (dryrun) in zpool_do_clear()