Searched refs:SPA_FEATURE_ENCRYPTION (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/zfs/ |
H A D | zfeature_common.h | 67 SPA_FEATURE_ENCRYPTION, enumerator
|
H A D | zfeature_common.c | 395 zfeature_register(SPA_FEATURE_ENCRYPTION, in zpool_feature_init()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfeature.c | 381 spa_feature_is_enabled(spa, SPA_FEATURE_ENCRYPTION) && in feature_enable_sync() 382 !spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION) && in feature_enable_sync()
|
H A D | dsl_crypt.c | 782 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_load_wkey() 920 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_unload_wkey() 1236 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_change_key_check() 1804 SPA_FEATURE_ENCRYPTION)) { in dmu_objset_create_crypt_check() 1932 dsl_dataset_activate_feature(dsobj, SPA_FEATURE_ENCRYPTION, in dsl_dataset_create_crypt_sync() 2297 SPA_FEATURE_ENCRYPTION, (void *)(uintptr_t)B_TRUE, tx); in dsl_crypto_recv_raw_key_sync() 2298 ds->ds_feature[SPA_FEATURE_ENCRYPTION] = in dsl_crypto_recv_raw_key_sync() 2806 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION)); in spa_do_crypt_abd()
|
H A D | dsl_pool.c | 506 spa_feature_enable(spa, SPA_FEATURE_ENCRYPTION, tx); in dsl_pool_create()
|
H A D | dmu_recv.c | 263 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) in dmu_recv_begin_check()
|
H A D | spa.c | 3463 if (spa_feature_is_enabled(spa, SPA_FEATURE_ENCRYPTION) && 5143 if (feat == SPA_FEATURE_ENCRYPTION)
|
H A D | zio.c | 3874 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION)); in zio_encrypt()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_crypto.c | 690 spa_feature_table[SPA_FEATURE_ENCRYPTION].fi_guid, in encryption_feature_is_enabled()
|