Searched refs:cb_nvl (Results 1 – 1 of 1) sorted by relevance
969 nvlist_t *cb_nvl; member1106 if (nvlist_exists(cb->cb_nvl, name)) { in destroy_print_cb()1178 if (nvlist_add_boolean(cb->cb_nvl, zfs_get_name(zhp))) in snapshot_to_nvl_cb()1215 for (pair = nvlist_next_nvpair(cb->cb_nvl, NULL); in destroy_clones()1217 pair = nvlist_next_nvpair(cb->cb_nvl, pair)) { in destroy_clones()1304 cb.cb_nvl = fnvlist_alloc(); in zfs_do_destroy()1319 if (nvlist_empty(cb.cb_nvl)) { in zfs_do_destroy()1355 err = zfs_destroy_snaps_nvl(g_zfs, cb.cb_nvl, in zfs_do_destroy()1399 nvlist_free(cb.cb_nvl); in zfs_do_destroy()1465 fnvlist_free(cb.cb_nvl); in zfs_do_destroy()