Home
last modified time | relevance | path

Searched refs:zpool_checkpoint (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_sm_scale.ksh82 log_must zpool set feature@zpool_checkpoint=enabled $TESTPOOL1
87 log_must zpool set feature@zpool_checkpoint=enabled $TESTPOOL2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg76 "feature@zpool_checkpoint"
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h456 extern int zpool_checkpoint(zpool_handle_t *);
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1439 zpool_checkpoint(zpool_handle_t *zhp) in zpool_checkpoint() function
H A Dlibzfs.abi282 …<elf-symbol name='zpool_checkpoint' type='func-type' binding='global-binding' visibility='default-…
2781zpool_checkpoint' mangled-name='zpool_checkpoint' filepath='/home/fedora/zfs/lib/libzfs/libzfs_poo…
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3188 err = (zpool_checkpoint(zhp) != 0); in zpool_do_checkpoint()