Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs.h562 extern int zfs_destroy(zfs_handle_t *, boolean_t);
HDlibzfs_dataset.c3372 zfs_destroy(zfs_handle_t *zhp, boolean_t defer) in zfs_destroy() function
3800 if (zfs_destroy(zhp, B_FALSE) != 0) in rollback_destroy_dependent()
3820 cbp->cb_error |= zfs_destroy(zhp, B_FALSE); in rollback_destroy()
/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_main.c1089 zfs_destroy(zhp, cb->cb_defer_destroy) != 0) { in destroy_callback()
4067 err = zfs_destroy(zhp, B_FALSE); in zfs_do_receive()
4082 err = zfs_destroy(zhp, B_FALSE); in zfs_do_receive()