Searched refs:zfs_destroy_snaps (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_chkpnt.c | 330 err = zfs_destroy_snaps(zhp, jname, B_TRUE); in snapshot_destroy()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 73 zfs_destroy_snaps;
|
H A D | libzfs.h | 556 extern int zfs_destroy_snaps(zfs_handle_t *, char *, boolean_t);
|
H A D | libzfs_dataset.c | 3446 zfs_destroy_snaps(zfs_handle_t *zhp, char *snapname, boolean_t defer) in zfs_destroy_snaps() function
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_snapshot.c | 696 if (zfs_destroy_snaps(zhp, bt.obe_snap_name, B_FALSE) != 0) { in _be_destroy_snapshot()
|
H A D | be_create.c | 1563 if (zfs_destroy_snaps(zhp, snap, B_FALSE) != 0) { in _be_destroy()
|