Lines Matching refs:sk_wkeys
342 avl_create(&sk->sk_wkeys, spa_wkey_compare, sizeof (dsl_wrapping_key_t), in spa_keystore_init()
355 while ((wkey = avl_destroy_nodes(&sk->sk_wkeys, &cookie)) != NULL) in spa_keystore_fini()
358 avl_destroy(&sk->sk_wkeys); in spa_keystore_fini()
418 found_wkey = avl_find(&spa->spa_keystore.sk_wkeys, &search_wkey, NULL); in spa_keystore_wkey_hold_ddobj_impl()
755 found_wkey = avl_find(&spa->spa_keystore.sk_wkeys, wkey, &where); in spa_keystore_load_wkey_impl()
760 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_load_wkey_impl()
897 found_wkey = avl_find(&spa->spa_keystore.sk_wkeys, in spa_keystore_unload_wkey_impl()
906 avl_remove(&spa->spa_keystore.sk_wkeys, found_wkey); in spa_keystore_unload_wkey_impl()
1616 found_wkey = avl_find(&spa->spa_keystore.sk_wkeys, &wkey_search, NULL); in spa_keystore_change_key_sync()
1619 avl_remove(&spa->spa_keystore.sk_wkeys, found_wkey); in spa_keystore_change_key_sync()
1624 avl_find(&spa->spa_keystore.sk_wkeys, wkey, &where); in spa_keystore_change_key_sync()
1625 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_change_key_sync()