Home
last modified time | relevance | path

Searched refs:dryrun (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in260 def run(self, dryrun): argument
266 if dryrun is True:
449 pretest.run(options.dryrun)
454 test.run(options.dryrun)
456 failsafe.run(options.dryrun)
464 posttest.run(options.dryrun)
564 pretest.run(options.dryrun)
577 test.run(options.dryrun)
579 failsafe.run(options.dryrun)
587 posttest.run(options.dryrun)
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h58 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
H A Dzpool_main.c902 dryrun = B_TRUE; in zpool_do_add()
977 if (dryrun) { in zpool_do_add()
1396 dryrun = B_TRUE; in zpool_do_create()
1613 if (dryrun) { in zpool_do_create()
3327 dryrun = B_TRUE; in zpool_do_import()
3416 if (dryrun) in zpool_do_import()
6497 flags.dryrun = B_FALSE; in zpool_do_split()
6523 flags.dryrun = B_TRUE; in zpool_do_split()
6593 if (flags.dryrun) { in zpool_do_split()
6817 dryrun = B_TRUE; in zpool_do_clear()
[all …]
H A Dzpool_vdev.c1743 if (!flags.dryrun && make_disks(zhp, newroot) != 0) { in split_mirror_vdev()
1811 boolean_t replacing, boolean_t dryrun, int argc, char **argv) in make_root_vdev() argument
1864 if (!dryrun && make_disks(zhp, newroot) != 0) { in make_root_vdev()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1102 if (!sdd->dryrun) { in dump_snapshot()
1740 if (!flags->dryrun) { in zfs_send_resume_impl()
2056 if (!dryrun) { in send_prelim_records()
2182 sdd.dryrun = flags->dryrun; in zfs_send()
2192 if (sdd.verbosity != 0 && sdd.dryrun) in zfs_send()
2227 sdd.dryrun = B_TRUE; in zfs_send()
2252 if (flags->dryrun) in zfs_send()
2264 sdd.dryrun = B_FALSE; in zfs_send()
2483 if (flags->dryrun) in zfs_send_one()
3231 if (flags->dryrun) in recv_incremental_replication()
[all …]
H A Dlibzfs_pool.c1628 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, in zpool_rewind_exclaim() argument
1651 if (dryrun) { in zpool_rewind_exclaim()
1664 dryrun ? "Would discard" : "Discarded", in zpool_rewind_exclaim()
1671 dryrun ? "Would discard" : "Discarded", in zpool_rewind_exclaim()
3564 if (flags.dryrun != 0) { in zpool_vdev_split()
3607 if (flags.dryrun) { in zpool_vdev_split()
H A Dlibzfs.abi2368 …<var-decl name='dryrun' type-id='type-id-22' visibility='default' filepath='../../include/libzfs.h…
2901 …<var-decl name='dryrun' type-id='type-id-37' visibility='default' filepath='../../include/libzfs.h…
2952 …<var-decl name='dryrun' type-id='type-id-37' visibility='default' filepath='../../include/libzfs.h…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h259 int dryrun : 1; member
680 boolean_t dryrun; member
755 boolean_t dryrun; member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib645 typeset dryrun=${4:-1}
658 [ $dryrun -ne 0 ] && \
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1032 boolean_t dryrun = B_FALSE; in zfs_do_create() local
1083 dryrun = B_TRUE; in zfs_do_create()
1134 if (dryrun || type == ZFS_TYPE_VOLUME) { in zfs_do_create()
1147 dryrun ? gettext("cannot verify '%s'") : in zfs_do_create()
1226 dryrun ? "would create ancestors of %s\n" : in zfs_do_create()
1229 if (!dryrun) { in zfs_do_create()
1265 if (dryrun) { in zfs_do_create()
4442 flags.dryrun = B_TRUE; in zfs_do_send()
4559 if (!flags.dryrun && isatty(STDOUT_FILENO)) { in zfs_do_send()
4755 flags.dryrun = B_TRUE; in zfs_do_receive()
[all …]