Lines Matching refs:dryrun
880 boolean_t dryrun = B_FALSE; in zfs_do_create() local
929 dryrun = B_TRUE; in zfs_do_create()
972 if (dryrun || (type == ZFS_TYPE_VOLUME && !noreserve)) { in zfs_do_create()
985 dryrun ? gettext("cannot verify '%s'") : in zfs_do_create()
1060 dryrun ? "would create ancestors of %s\n" : in zfs_do_create()
1063 if (!dryrun) { in zfs_do_create()
1073 dryrun ? "would create %s\n" : "create %s\n", argv[0]); in zfs_do_create()
1099 if (dryrun) { in zfs_do_create()
4071 flags.dryrun = B_TRUE; in zfs_do_send()
4159 if (!flags.dryrun && isatty(STDOUT_FILENO)) { in zfs_do_send()
4181 flags.dryrun || flags.verbose || flags.progress) { in zfs_do_send()
4319 flags.dryrun = B_TRUE; in zfs_do_receive()
4362 if (flags.isprefix || flags.istail || flags.dryrun || in zfs_do_receive()