Searched refs:cb_nvl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c943 nvlist_t *cb_nvl; member in struct:destroy_cbdata
1080 if (nvlist_exists(cb->cb_nvl, name)) {
1152 if (nvlist_add_boolean(cb->cb_nvl, zfs_get_name(zhp)))
1189 for (pair = nvlist_next_nvpair(cb->cb_nvl, NULL);
1191 pair = nvlist_next_nvpair(cb->cb_nvl, pair)) {
1277 /* Build the list of snaps to destroy in cb_nvl. */
1278 cb.cb_nvl = fnvlist_alloc();
1293 if (nvlist_empty(cb.cb_nvl)) {
1329 err = zfs_destroy_snaps_nvl(g_zfs, cb.cb_nvl,
1373 nvlist_free(cb.cb_nvl);
[all...]

Completed in 68 milliseconds