Home
last modified time | relevance | path

Searched refs:ds_longholds (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c249 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()
H A Ddsl_dataset.c306 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()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h185 refcount_t ds_longholds; member