Searched refs:SPA_FEATURE_ENCRYPTION (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/include/ |
H A D | zfeature_common.h | 62 SPA_FEATURE_ENCRYPTION, enumerator
|
/freebsd/sys/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 | 795 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_load_wkey() 945 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_unload_wkey() 1271 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) { in spa_keystore_change_key_check() 1845 SPA_FEATURE_ENCRYPTION)) { in dmu_objset_create_crypt_check() 1972 dsl_dataset_activate_feature(dsobj, SPA_FEATURE_ENCRYPTION, in dsl_dataset_create_crypt_sync() 2310 SPA_FEATURE_ENCRYPTION, (void *)B_TRUE, tx); in dsl_crypto_recv_raw_key_sync() 2311 ds->ds_feature[SPA_FEATURE_ENCRYPTION] = (void *)B_TRUE; in dsl_crypto_recv_raw_key_sync() 2831 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION)); in spa_do_crypt_abd()
|
H A D | dsl_pool.c | 542 spa_feature_enable(spa, SPA_FEATURE_ENCRYPTION, tx); in dsl_pool_create()
|
H A D | zvol.c | 1309 SPA_FEATURE_ENCRYPTION)) in zvol_add_clones()
|
H A D | dmu_recv.c | 653 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) in dmu_recv_begin_check()
|
H A D | spa.c | 4647 if (spa_feature_is_enabled(spa, SPA_FEATURE_ENCRYPTION) && 6461 if (feat == SPA_FEATURE_ENCRYPTION)
|
H A D | zio.c | 4765 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION)); in zio_encrypt()
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfeature_common.c | 645 zfeature_register(SPA_FEATURE_ENCRYPTION, in zpool_feature_init()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 843 spa_feature_table[SPA_FEATURE_ENCRYPTION].fi_guid, in encryption_feature_is_enabled()
|
H A D | libzfs.abi | 6173 <enumerator name='SPA_FEATURE_ENCRYPTION' value='17'/>
|