Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg80 "feature@zpool_checkpoint"
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers211 zpool_checkpoint;
H A Dlibzfs.h447 extern int zpool_checkpoint(zpool_handle_t *);
H A Dlibzfs_pool.c1397 zpool_checkpoint(zpool_handle_t *zhp) in zpool_checkpoint() function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2755 err = (zpool_checkpoint(zhp) != 0); in zpool_do_checkpoint()