Searched refs:zfs_destroy (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh115 zfs_destroy() function
275 zfs_destroy "$ZONEPATH_DS"
292 zfs_destroy "$fs"
431 zfs_destroy "$fs"
656 zfs_destroy "${s_delete[$j]}"
685 zfs_destroy "$fs"
712 zfs_destroy "$ZONEPATH_RDS"
716 zfs_destroy "$ZONEPATH_DS"
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers68 zfs_destroy;
H A Dlibzfs.h514 extern int zfs_destroy(zfs_handle_t *, boolean_t);
H A Dlibzfs_dataset.c2952 zfs_destroy(zfs_handle_t *zhp, boolean_t defer) function
3298 cbp->cb_error |= zfs_destroy(zhp, B_FALSE);
3312 if (zfs_destroy(zhp, B_FALSE) != 0)
/opensolaris-onvv-gate/usr/src/cmd/zoneadm/
H A Dzfs.c682 (void) zfs_destroy(zhp, B_FALSE);
972 (void) zfs_destroy(zhp, B_FALSE);
1036 (void) zfs_destroy(zhp, B_FALSE);
1054 * if we were able to zfs_destroy the zonepath, otherwise we return Z_ERR
1103 if (zfs_destroy(zhp, B_FALSE) != 0) {
1118 * cleaned up by the zfs_destroy(). To handle this case try to clean
1136 (void) zfs_destroy(ohp, B_FALSE);
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c330 err = zfs_destroy(zhp, B_TRUE);
/opensolaris-onvv-gate/usr/src/lib/libbe/common/
H A Dbe_create.c1690 zfs_destroy(zhp, B_FALSE) != 0) {
1709 zfs_destroy(zhp, B_FALSE) != 0) {
2273 (void) zfs_destroy(d_zhp, B_FALSE);
2418 (void) zfs_destroy(d_zhp, B_FALSE);
2479 if (zfs_destroy(zhp, B_FALSE) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/zfs/
H A Dzfs_main.c954 zfs_destroy(zhp, cbp->cb_defer_destroy) != 0) {

Completed in 171 milliseconds