Home
last modified time | relevance | path

Searched refs:zfs_destroy_snaps (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c331 err = zfs_destroy_snaps(zhp, jname, B_TRUE); in snapshot_destroy()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers95 zfs_destroy_snaps;
H A Dlibzfs.h622 extern int zfs_destroy_snaps(zfs_handle_t *, char *, boolean_t);
H A Dlibzfs_dataset.c3826 zfs_destroy_snaps(zfs_handle_t *zhp, char *snapname, boolean_t defer) in zfs_destroy_snaps() function
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_snapshot.c709 if (zfs_destroy_snaps(zhp, bt.obe_snap_name, B_FALSE) != 0) { in _be_destroy_snapshot()
H A Dbe_create.c1640 if (zfs_destroy_snaps(zhp, snap, B_FALSE) != 0) { in _be_destroy()