Searched refs:SPA_FEATURE_ENCRYPTION (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | zfeature_common.h | 63 SPA_FEATURE_ENCRYPTION, enumerator
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfeature.c | 388 spa_feature_is_enabled(spa, SPA_FEATURE_ENCRYPTION) && in feature_enable_sync() 389 !spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION) && in feature_enable_sync()
|
| H A D | dsl_crypt.c | 756 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_load_wkey() 906 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_unload_wkey() 1232 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_change_key_check() 1806 SPA_FEATURE_ENCRYPTION)) { in dmu_objset_create_crypt_check() 1933 dsl_dataset_activate_feature(dsobj, SPA_FEATURE_ENCRYPTION, in dsl_dataset_create_crypt_sync() 2270 SPA_FEATURE_ENCRYPTION, (void *)B_TRUE, tx); in dsl_crypto_recv_raw_key_sync() 2271 ds->ds_feature[SPA_FEATURE_ENCRYPTION] = (void *)B_TRUE; in dsl_crypto_recv_raw_key_sync() 2776 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION)); in spa_do_crypt_abd()
|
| H A D | dsl_pool.c | 524 spa_feature_enable(spa, SPA_FEATURE_ENCRYPTION, tx); in dsl_pool_create()
|
| H A D | dmu_recv.c | 590 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) in dmu_recv_begin_check()
|
| H A D | spa.c | 3953 if (spa_feature_is_enabled(spa, SPA_FEATURE_ENCRYPTION) && 5695 if (feat == SPA_FEATURE_ENCRYPTION)
|
| H A D | zio.c | 4158 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION)); in zio_encrypt()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfeature_common.c | 548 zfeature_register(SPA_FEATURE_ENCRYPTION, in zpool_feature_init()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 652 spa_feature_table[SPA_FEATURE_ENCRYPTION].fi_guid, in encryption_feature_is_enabled()
|
| H A D | libzfs.abi | 3791 <enumerator name='SPA_FEATURE_ENCRYPTION' value='17'/>
|