Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c300 rw_init(&sk->sk_km_lock, NULL, RW_DEFAULT, NULL); in spa_keystore_init()
328 rw_destroy(&sk->sk_km_lock); in spa_keystore_fini()
973 rw_enter(&spa->spa_keystore.sk_km_lock, RW_WRITER); in key_mapping_rele()
975 rw_exit(&spa->spa_keystore.sk_km_lock); in key_mapping_rele()
980 rw_exit(&spa->spa_keystore.sk_km_lock); in key_mapping_rele()
1012 rw_enter(&spa->spa_keystore.sk_km_lock, RW_WRITER); in spa_keystore_create_mapping()
1035 rw_exit(&spa->spa_keystore.sk_km_lock); in spa_keystore_create_mapping()
1066 rw_exit(&spa->spa_keystore.sk_km_lock); in spa_keystore_remove_mapping()
1073 rw_exit(&spa->spa_keystore.sk_km_lock); in spa_keystore_remove_mapping()
1111 rw_exit(&spa->spa_keystore.sk_km_lock); in spa_keystore_lookup_key()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_crypt.h155 krwlock_t sk_km_lock; member