Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1567 #pragma weak zpool_unmount_datasets = zpool_disable_datasets
1576 zpool_disable_datasets(zpool_handle_t *zhp, boolean_t force) in zpool_disable_datasets() function
H A Dlibzfs.h830 extern int zpool_disable_datasets(zpool_handle_t *, boolean_t);
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1328 if (zpool_disable_datasets(zhp, force) != 0) { in zpool_do_destroy()
1395 if (zpool_disable_datasets(zhp, force) != 0) { in zpool_do_export()