Home
last modified time | relevance | path

Searched refs:spa_checkpoint_discard (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_checkpoint.h37 int spa_checkpoint_discard(const char *);
H A Dspa.h734 extern int spa_checkpoint_discard(const char *pool);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_checkpoint.c609 spa_checkpoint_discard(const char *pool) in spa_checkpoint_discard() function
H A Dzfs_ioctl.c3917 return (spa_checkpoint_discard(poolname)); in zfs_ioc_pool_discard_checkpoint()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2789 int error = spa_checkpoint_discard(spa->spa_name); in ztest_spa_discard_checkpoint()