Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h433 extern int zpool_checkpoint(zpool_handle_t *);
H A Dlibzfs_pool.c1300 zpool_checkpoint(zpool_handle_t *zhp) in zpool_checkpoint() function
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2228 err = (zpool_checkpoint(zhp) != 0); in zpool_do_checkpoint()