Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_destroy.h41 int dsl_destroy_snapshot(const char *, boolean_t);
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c4133 VERIFY0(dsl_destroy_snapshot(name, B_TRUE)); in ztest_objset_destroy_cb()
4176 error = dsl_destroy_snapshot(snapname, B_FALSE); in ztest_snapshot_destroy()
4334 error = dsl_destroy_snapshot(snap3name, B_FALSE); in ztest_dsl_dataset_cleanup()
4337 error = dsl_destroy_snapshot(snap2name, B_FALSE); in ztest_dsl_dataset_cleanup()
4343 error = dsl_destroy_snapshot(snap1name, B_FALSE); in ztest_dsl_dataset_cleanup()
5773 error = dsl_destroy_snapshot(fullname, B_FALSE); in ztest_dmu_snapshot_hold()
5799 error = dsl_destroy_snapshot(fullname, B_TRUE); in ztest_dmu_snapshot_hold()
5840 error = dsl_destroy_snapshot(fullname, B_FALSE); in ztest_dmu_snapshot_hold()
5846 error = dsl_destroy_snapshot(fullname, B_TRUE); in ztest_dmu_snapshot_hold()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c929 error = dsl_destroy_snapshot(snapname, B_FALSE); in zfsctl_snapdir_remove()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c689 dsl_destroy_snapshot(const char *name, boolean_t defer) in dsl_destroy_snapshot() function
H A Dzfs_ioctl.c3884 err = dsl_destroy_snapshot(zc->zc_name, zc->zc_defer_destroy); in zfs_ioc_destroy()