Searched refs:zfs_iter_dependents (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 97 zfs_iter_dependents;
|
H A D | libzfs_iter.c | 508 zfs_iter_dependents(zfs_handle_t *zhp, boolean_t allowrecursion, in zfs_iter_dependents() function
|
H A D | libzfs_changelist.c | 626 if (zfs_iter_dependents(zhp, B_TRUE, change_one, clp) != 0) { in changelist_gather()
|
H A D | libzfs.h | 534 extern int zfs_iter_dependents(zfs_handle_t *, boolean_t, zfs_iter_f, void *);
|
H A D | libzfs_dataset.c | 3858 cbp->cb_error |= zfs_iter_dependents(zhp, B_FALSE, in rollback_destroy()
|
/titanic_50/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 623 if ((zret = zfs_iter_dependents(zhp, B_FALSE, get_direct_clone, in find_clone() 1053 if (zfs_iter_dependents(zhp, B_TRUE, has_dependent, NULL) != 0) { in destroy_zfs() 1106 if (zfs_iter_dependents(ohp, B_TRUE, has_dependent, in destroy_zfs()
|
/titanic_50/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_dataset.c | 766 (void) zfs_iter_dependents(zhp, B_FALSE, in zjni_get_Datasets_dependents()
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 1179 err = zfs_iter_dependents(zhp, B_TRUE, in snapshot_to_nvl_cb() 1235 err = zfs_iter_dependents(zhp, B_FALSE, in destroy_clones() 1437 zfs_iter_dependents(zhp, B_TRUE, destroy_check_dependent, in zfs_do_destroy() 1449 if (zfs_iter_dependents(zhp, B_FALSE, destroy_callback, in zfs_do_destroy() 3407 if (zfs_iter_dependents(zhp, B_TRUE, in rollback_check()
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_create.c | 2720 if ((zret = zfs_iter_dependents(zhp, B_FALSE, in be_demote_find_clone_callback()
|