Home
last modified time | relevance | path

Searched refs:SPA_FEATURE_ENCRYPTION (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/
H A Dzfeature_common.h63 SPA_FEATURE_ENCRYPTION, enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfeature.c388 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 Ddsl_crypt.c756 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 Ddsl_pool.c524 spa_feature_enable(spa, SPA_FEATURE_ENCRYPTION, tx); in dsl_pool_create()
H A Ddmu_recv.c590 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ENCRYPTION)) in dmu_recv_begin_check()
H A Dspa.c3953 if (spa_feature_is_enabled(spa, SPA_FEATURE_ENCRYPTION) &&
5695 if (feat == SPA_FEATURE_ENCRYPTION)
H A Dzio.c4158 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_ENCRYPTION)); in zio_encrypt()
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c548 zfeature_register(SPA_FEATURE_ENCRYPTION, in zpool_feature_init()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c652 spa_feature_table[SPA_FEATURE_ENCRYPTION].fi_guid, in encryption_feature_is_enabled()
H A Dlibzfs.abi3791 <enumerator name='SPA_FEATURE_ENCRYPTION' value='17'/>