Searched refs:ds_longholds (Results 1 – 3 of 3) sorted by relevance
249 ASSERT(refcount_is_zero(&ds->ds_longholds)); in dsl_destroy_snapshot_sync_impl()613 if (refcount_count(&ds->ds_longholds) != expected_holds) in dsl_destroy_head_check_impl()641 if (!refcount_is_zero(&ds->ds_prev->ds_longholds)) in dsl_destroy_head_check_impl()
306 refcount_destroy(&ds->ds_longholds); in dsl_dataset_evict_async()436 refcount_create(&ds->ds_longholds); in dsl_dataset_hold_obj()467 refcount_destroy(&ds->ds_longholds); in dsl_dataset_hold_obj()529 refcount_destroy(&ds->ds_longholds); in dsl_dataset_hold_obj()654 (void) refcount_add(&ds->ds_longholds, tag); in dsl_dataset_long_hold()660 (void) refcount_remove(&ds->ds_longholds, tag); in dsl_dataset_long_rele()667 return (!refcount_is_zero(&ds->ds_longholds)); in dsl_dataset_long_held()
185 refcount_t ds_longholds; member