Searched refs:existing_holds (Results 1 – 1 of 1) sorted by relevance
3830 nvlist_t *existing_holds; in zfs_destroy_snaps_nvl() local3832 &existing_holds); in zfs_destroy_snaps_nvl()3835 if (err == 0 && !nvlist_empty(existing_holds)) { in zfs_destroy_snaps_nvl()3846 nvlist_free(existing_holds); in zfs_destroy_snaps_nvl()4933 nvlist_t *existing_holds; in zfs_release_one() local4941 if (lzc_get_holds(name, &existing_holds) != 0) { in zfs_release_one()4943 } else if (!nvlist_exists(existing_holds, ha->tag)) { in zfs_release_one()