Lines Matching defs:holds
838 * dsl_dir_destroy_check() will fail if there are unexpected holds.
1201 * Walk through the pool-wide zap object of temporary snapshot user holds
1211 nvlist_t *holds;
1217 holds = fnvlist_alloc();
1229 if (nvlist_lookup_nvlist(holds, za->za_name, &tags) != 0) {
1232 fnvlist_add_nvlist(holds, za->za_name, tags);
1238 dsl_dataset_user_release_tmp(dp, holds);
1239 fnvlist_free(holds);
1245 * Create the pool-wide zap object for storing temporary snapshot holds.
1273 * zap object for temporary holds might not exist yet.
1427 * if any thread holds it for read, even if this thread doesn't).