Home
last modified time | relevance | path

Searched refs:zpool_discard_checkpoint (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers218 zpool_discard_checkpoint;
H A Dlibzfs.h448 extern int zpool_discard_checkpoint(zpool_handle_t *);
H A Dlibzfs_pool.c1418 zpool_discard_checkpoint(zpool_handle_t *zhp) in zpool_discard_checkpoint() function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2753 err = (zpool_discard_checkpoint(zhp) != 0); in zpool_do_checkpoint()