Home
last modified time | relevance | path

Searched refs:wk_refcnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_crypt.h65 zfs_refcount_t wk_refcnt; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_crypt.c84 (void) zfs_refcount_add(&wkey->wk_refcnt, tag); in dsl_wrapping_key_hold()
90 (void) zfs_refcount_remove(&wkey->wk_refcnt, tag); in dsl_wrapping_key_rele()
96 ASSERT0(zfs_refcount_count(&wkey->wk_refcnt)); in dsl_wrapping_key_free()
105 zfs_refcount_destroy(&wkey->wk_refcnt); in dsl_wrapping_key_free()
133 zfs_refcount_create(&wkey->wk_refcnt); in dsl_wrapping_key_create()
875 } else if (zfs_refcount_count(&found_wkey->wk_refcnt) != 0) { in spa_keystore_unload_wkey_impl()
1579 ASSERT0(zfs_refcount_count(&found_wkey->wk_refcnt)); in spa_keystore_change_key_sync()