Searched defs:allowrecursion (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_cache.c | 541 zfs_cache_iter_dependents(zfs_handle_t *zhp, boolean_t allowrecursion, argument 551 return (zfs_iter_dependents(zhp, allowrecursion, func, data)); 557 if (get_dependents(zhp->zfs_hdl, allowrecursion, zhp->zfs_name,
|
H A D | libzfs_graph.c | 579 topo_sort(libzfs_handle_t *hdl, boolean_t allowrecursion, char **result, argument 584 if (zgv->zv_visited == VISIT_SORT_PRE && !allowrecursion) { 609 if (topo_sort(hdl, allowrecursion, result, idx, 633 * The 'allowrecursion' parameter controls behavior when cycles are found. If 639 get_dependents(libzfs_handle_t *hdl, boolean_t allowrecursion, argument 661 if (topo_sort(hdl, allowrecursion, *result, count, zvp) != 0) {
|
H A D | libzfs_dataset.c | 5574 zfs_iter_dependents(zfs_handle_t *zhp, boolean_t allowrecursion, argument 5586 if (get_dependents(zhp->zfs_hdl, allowrecursion, zhp->zfs_name,
|
Completed in 29 milliseconds